Color Hex Logo

#d0018a Color Hex

#D0018A
(208,1,138)
0 Favorites   0 Comments

Color spaces of #d0018a

RGB 2081138
HSL0.890.990.41
HSV320°100°82°
CMYK 0.001.000.34   0.18
XYZ30.610715.266625.3781
Yxy15.26660.42960.2143
Hunter Lab39.072571.4660-11.1589
CIE-Lab45.997275.4977-16.1908

#d0018a color RGB value is (208,1,138).

#d0018a hex color red value is 208, green value is 1 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d0018a hue: 0.89 , saturation: 0.99 and the lightness value of d0018a is 0.41.

The process color (four color CMYK) of #d0018a color hex is 0.00, 1.00, 0.34, 0.18. Web safe color of #d0018a is #cc0099. Color #d0018a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 10001010
Octal 320 1 212
Decimal 208 1 138
Hex D0 1 8A

RGB Percentages of Color #d0018a

%59.94
%0.29
%39.77

CMYK Percentages of Color #d0018a

%0
%100
%34
%18

Triadic Colors of #d0018a

#d0018a #8ad001 #018ad0

Analogous Colors of #d0018a

#d0018a #d00122 #af01d0

Monochromatic Colors of #d0018a

#d0018a

Complementary Color

#d0018a #01d047

#d0018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0018a Color CSS Codes

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

#d0018a Text Font Color

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

This sample text font color is #d0018a
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.


#d0018a Background Color

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

This div background color is #d0018a


#d0018a Border Color

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

This div border color is #d0018a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0018a


Comments

No comments written yet.

Please login to write comment.