Color Hex Logo

#cc279b Color Hex

#CC279B
(204,39,155)
0 Favorites   0 Comments

Color spaces of #cc279b

RGB 20439155
HSL0.880.680.48
HSV318°81°80°
CMYK 0.000.810.24   0.20
XYZ31.543816.655032.5625
Yxy16.65500.39060.2062
Hunter Lab40.810566.5500-18.7398
CIE-Lab47.822471.0782-23.7080

#cc279b color RGB value is (204,39,155).

#cc279b hex color red value is 204, green value is 39 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc279b hue: 0.88 , saturation: 0.68 and the lightness value of cc279b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 10011011
Octal 314 47 233
Decimal 204 39 155
Hex CC 27 9B

RGB Percentages of Color #cc279b

%51.26
%9.80
%38.94

CMYK Percentages of Color #cc279b

%0
%81
%24
%20

Triadic Colors of #cc279b

#cc279b #9bcc27 #279bcc

Analogous Colors of #cc279b

#cc279b #cc2749 #ab27cc

Monochromatic Colors of #cc279b

#cc279b

Complementary Color

#cc279b #27cc58

#cc279b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc279b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc279b Color CSS Codes

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

#cc279b Text Font Color

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

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


#cc279b Background Color

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

This div background color is #cc279b


#cc279b Border Color

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

This div border color is #cc279b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc279b


Comments

No comments written yet.

Please login to write comment.