Color Hex Logo

#dc27cb Color Hex

#DC27CB
(220,39,203)
0 Favorites   0 Comments

Color spaces of #dc27cb

RGB 22039203
HSL0.850.720.51
HSV306°82°86°
CMYK 0.000.820.08   0.14
XYZ41.020220.978558.3872
Yxy20.97850.34070.1743
Hunter Lab45.802379.7093-43.5193
CIE-Lab52.926080.7586-43.6481

#dc27cb color RGB value is (220,39,203).

#dc27cb hex color red value is 220, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dc27cb hue: 0.85 , saturation: 0.72 and the lightness value of dc27cb is 0.51.

The process color (four color CMYK) of #dc27cb color hex is 0.00, 0.82, 0.08, 0.14. Web safe color of #dc27cb is #cc33cc. Color #dc27cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 11001011
Octal 334 47 313
Decimal 220 39 203
Hex DC 27 CB

RGB Percentages of Color #dc27cb

%47.62
%8.44
%43.94

CMYK Percentages of Color #dc27cb

%0
%82
%8
%14

Triadic Colors of #dc27cb

#dc27cb #cbdc27 #27cbdc

Analogous Colors of #dc27cb

#dc27cb #dc2771 #9327dc

Monochromatic Colors of #dc27cb

#dc27cb

Complementary Color

#dc27cb #27dc38

#dc27cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc27cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc27cb Color CSS Codes

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

#dc27cb Text Font Color

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

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


#dc27cb Background Color

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

This div background color is #dc27cb


#dc27cb Border Color

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

This div border color is #dc27cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc27cb


Comments

No comments written yet.

Please login to write comment.