Hex #d02090 Color

#d02090
equivalent to

RGB

(208, 32, 144)

Details of #d02090

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
208
31.5630
0.89
0.00
47.5678
16.4565
322°
40.5667
32
16.4565
0.73
0.85
72.2454
0.4158
85°
67.8907
144
27.8984
0.47
0.31   0.18
-17.4294
0.2168
82°
-12.3638

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010000
320
208
D0
Green
100000
40
32
20
Blue
10010000
220
144
90

RGB in % of #d02090

%54.17
%8.33
%37.50

CMYK in % of #d02090

%0
%85
%31
%18

Triads of color #d02090

#d02090 #2090d0 #90d090

Similar Colors to #d02090

#d02090 #b820d0 #d02038

Preview Color #d02090 on black ground

#d02090 is very interesting for text.

Preview Color #d02090 on white ground

#d02090 is very interesting for text.

CSS Codes #d02090 color

.mybgcolor {background-color:#d02090; }
.myforecolor {color:#d02090; }
.mybordercolor {border:3px solid #d02090; }

Text Font Color #d02090

<p style="color:#d02090">Text here</p>

This sample text font color is #d02090
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #d02090

<div style="background-color:#d02090">
Div content here</div>

This div background color is #d02090


Border Color #d02090

<div style="border:3px solid #d02090">
Div here</div>

The color of this border is #d02090


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d02090; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #d02090;
-webkit-box-shadow: 1px 1px 3px 2px #d02090;
box-shadow:         1px 1px 3px 2px #d02090; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #d02090">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #d02090;
  -webkit-box-shadow: 1px 1px 3px 2px #d02090;
  box-shadow:         1px 1px 3px 2px #d02090;">
Div content here</div>

The shadow of div box using color #d02090