Color Hex Logo

#dc336b Color Hex

#DC336B
(220,51,107)
0 Favorites   0 Comments

Color spaces of #dc336b

RGB 22051107
HSL0.940.710.53
HSV340°77°86°
CMYK 0.000.770.51   0.14
XYZ33.352918.644815.7508
Yxy18.64480.49230.2752
Hunter Lab43.179662.31308.5983
CIE-Lab50.269067.02769.2678

#dc336b color RGB value is (220,51,107).

#dc336b hex color red value is 220, green value is 51 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc336b hue: 0.94 , saturation: 0.71 and the lightness value of dc336b is 0.53.

The process color (four color CMYK) of #dc336b color hex is 0.00, 0.77, 0.51, 0.14. Web safe color of #dc336b is #cc3366. Color #dc336b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110011 01101011
Octal 334 63 153
Decimal 220 51 107
Hex DC 33 6B

RGB Percentages of Color #dc336b

%58.20
%13.49
%28.31

CMYK Percentages of Color #dc336b

%0
%77
%51
%14

Triadic Colors of #dc336b

#dc336b #6bdc33 #336bdc

Analogous Colors of #dc336b

#dc336b #dc5033 #dc33c0

Monochromatic Colors of #dc336b

#dc336b

Complementary Color

#dc336b #33dca4

#dc336b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc336b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc336b Color CSS Codes

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

#dc336b Text Font Color

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

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


#dc336b Background Color

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

This div background color is #dc336b


#dc336b Border Color

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

This div border color is #dc336b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc336b


Comments

No comments written yet.

Please login to write comment.