Color Hex Logo

#dc207b Color Hex

#DC207B
(220,32,123)
0 Favorites   0 Comments

Color spaces of #dc207b

RGB 22032123
HSL0.920.750.49
HSV331°85°86°
CMYK 0.000.850.44   0.14
XYZ33.606917.678720.3799
Yxy17.67870.46890.2467
Hunter Lab42.046069.09230.6941
CIE-Lab49.104172.9419-2.1563

#dc207b color RGB value is (220,32,123).

#dc207b hex color red value is 220, green value is 32 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dc207b hue: 0.92 , saturation: 0.75 and the lightness value of dc207b is 0.49.

The process color (four color CMYK) of #dc207b color hex is 0.00, 0.85, 0.44, 0.14. Web safe color of #dc207b is #cc3366. Color #dc207b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 01111011
Octal 334 40 173
Decimal 220 32 123
Hex DC 20 7B

RGB Percentages of Color #dc207b

%58.67
%8.53
%32.80

CMYK Percentages of Color #dc207b

%0
%85
%44
%14

Triadic Colors of #dc207b

#dc207b #7bdc20 #207bdc

Analogous Colors of #dc207b

#dc207b #dc2320 #dc20d9

Monochromatic Colors of #dc207b

#dc207b

Complementary Color

#dc207b #20dc81

#dc207b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc207b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc207b Color CSS Codes

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

#dc207b Text Font Color

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

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


#dc207b Background Color

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

This div background color is #dc207b


#dc207b Border Color

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

This div border color is #dc207b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc207b


Comments

No comments written yet.

Please login to write comment.