Color Hex Logo

#cc439b Color Hex

#CC439B
(204,67,155)
0 Favorites   0 Comments

Color spaces of #cc439b

RGB 20467155
HSL0.890.570.53
HSV321°67°80°
CMYK 0.000.670.24   0.20
XYZ32.825419.218232.9897
Yxy19.21820.38600.2260
Hunter Lab43.838656.9396-13.9303
CIE-Lab50.941562.2597-18.9125

#cc439b color RGB value is (204,67,155).

#cc439b hex color red value is 204, green value is 67 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc439b hue: 0.89 , saturation: 0.57 and the lightness value of cc439b is 0.53.

The process color (four color CMYK) of #cc439b color hex is 0.00, 0.67, 0.24, 0.20. Web safe color of #cc439b is #cc3399. Color #cc439b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 10011011
Octal 314 103 233
Decimal 204 67 155
Hex CC 43 9B

RGB Percentages of Color #cc439b

%47.89
%15.73
%36.38

CMYK Percentages of Color #cc439b

%0
%67
%24
%20

Triadic Colors of #cc439b

#cc439b #9bcc43 #439bcc

Analogous Colors of #cc439b

#cc439b #cc4357 #b943cc

Monochromatic Colors of #cc439b

#cc439b

Complementary Color

#cc439b #43cc74

#cc439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc439b Color CSS Codes

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

#cc439b Text Font Color

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

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


#cc439b Background Color

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

This div background color is #cc439b


#cc439b Border Color

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

This div border color is #cc439b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,67,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc439b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc439b;
  -webkit-box-shadow: 1px 1px 3px 2px #cc439b;
  box-shadow:         1px 1px 3px 2px #cc439b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,67,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc439b


Comments

No comments written yet.

Please login to write comment.