color codes Logo

#d042bd color codes

#D042BD
(208,66,189)
0 Favorites   0 Comments

Color spaces of #d042bd

RGB 20866189
HSL0.860.600.54
HSV308°68°82°
CMYK 0.000.680.09   0.18
XYZ37.145920.980450.2359
Yxy20.98040.34280.1936
Hunter Lab45.804464.6002-32.9632
CIE-Lab52.928068.4582-35.7011

#d042bd color RGB value is (208,66,189).

#d042bd hex color red value is 208, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d042bd hue: 0.86 , saturation: 0.60 and the lightness value of d042bd is 0.54.

The process color (four color CMYK) of #d042bd color code is 0.00, 0.68, 0.09, 0.18. Web safe color of #d042bd is #cc33cc. Color #d042bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 10111101
Octal 320 102 275
Decimal 208 66 189
Hex D0 42 BD

RGB Percentages of Color #d042bd

%44.92
%14.25
%40.82

CMYK Percentages of Color #d042bd

%0
%68
%9
%18

Triadic Colors of #d042bd

#d042bd #bdd042 #42bdd0

Analogous Colors of #d042bd

#d042bd #d04276 #9c42d0

Monochromatic Colors of #d042bd

#d042bd

Complementary Color

#d042bd #42d055

#d042bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042bd Color CSS Codes

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

#d042bd Text Font Color

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

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


#d042bd Background Color

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

This div background color is #d042bd


#d042bd Border Color

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

This div border color is #d042bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042bd


Comments

No comments written yet.

Please login to write comment.