Color Hex Logo

#dc09bd Color Hex

#DC09BD
(220,9,189)
0 Favorites   0 Comments

Color spaces of #dc09bd

RGB 2209189
HSL0.860.920.45
HSV309°96°86°
CMYK 0.000.960.14   0.14
XYZ38.798219.085149.7830
Yxy19.08510.36040.1773
Hunter Lab43.686582.0754-36.9834
CIE-Lab50.786683.0302-38.9274

#dc09bd color RGB value is (220,9,189).

#dc09bd hex color red value is 220, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dc09bd hue: 0.86 , saturation: 0.92 and the lightness value of dc09bd is 0.45.

The process color (four color CMYK) of #dc09bd color hex is 0.00, 0.96, 0.14, 0.14. Web safe color of #dc09bd is #cc00cc. Color #dc09bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 10111101
Octal 334 11 275
Decimal 220 9 189
Hex DC 9 BD

RGB Percentages of Color #dc09bd

%52.63
%2.15
%45.22

CMYK Percentages of Color #dc09bd

%0
%96
%14
%14

Triadic Colors of #dc09bd

#dc09bd #bddc09 #09bddc

Analogous Colors of #dc09bd

#dc09bd #dc0953 #9209dc

Monochromatic Colors of #dc09bd

#dc09bd

Complementary Color

#dc09bd #09dc28

#dc09bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc09bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc09bd Color CSS Codes

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

#dc09bd Text Font Color

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

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


#dc09bd Background Color

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

This div background color is #dc09bd


#dc09bd Border Color

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

This div border color is #dc09bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,9,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 #dc09bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc09bd


Comments

No comments written yet.

Please login to write comment.