Color Hex Logo

#d018b2 Color Hex

#D018B2
(208,24,178)
0 Favorites   0 Comments

Color spaces of #d018b2

RGB 20824178
HSL0.860.790.45
HSV310°88°82°
CMYK 0.000.880.14   0.18
XYZ34.374917.277543.6426
Yxy17.27750.36070.1813
Hunter Lab41.566274.8771-33.1554
CIE-Lab48.607877.7540-36.0693

#d018b2 color RGB value is (208,24,178).

#d018b2 hex color red value is 208, green value is 24 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d018b2 hue: 0.86 , saturation: 0.79 and the lightness value of d018b2 is 0.45.

The process color (four color CMYK) of #d018b2 color hex is 0.00, 0.88, 0.14, 0.18. Web safe color of #d018b2 is #cc0099. Color #d018b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011000 10110010
Octal 320 30 262
Decimal 208 24 178
Hex D0 18 B2

RGB Percentages of Color #d018b2

%50.73
%5.85
%43.41

CMYK Percentages of Color #d018b2

%0
%88
%14
%18

Triadic Colors of #d018b2

#d018b2 #b2d018 #18b2d0

Analogous Colors of #d018b2

#d018b2 #d01856 #9218d0

Monochromatic Colors of #d018b2

#d018b2

Complementary Color

#d018b2 #18d036

#d018b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d018b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d018b2 Color CSS Codes

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

#d018b2 Text Font Color

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

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


#d018b2 Background Color

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

This div background color is #d018b2


#d018b2 Border Color

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

This div border color is #d018b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d018b2


Comments

No comments written yet.

Please login to write comment.