Color Hex Logo

#cc227b Color Hex

#CC227B
(204,34,123)
1 Favorites   0 Comments

Color spaces of #cc227b

RGB 20434123
HSL0.910.710.47
HSV329°83°80°
CMYK 0.000.830.40   0.20
XYZ29.049015.411520.1826
Yxy15.41150.44940.2384
Hunter Lab39.257563.3824-3.0012
CIE-Lab46.192768.7244-6.8055

#cc227b color RGB value is (204,34,123).

#cc227b hex color red value is 204, green value is 34 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cc227b hue: 0.91 , saturation: 0.71 and the lightness value of cc227b is 0.47.

The process color (four color CMYK) of #cc227b color hex is 0.00, 0.83, 0.40, 0.20. Web safe color of #cc227b is #cc3366. Color #cc227b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100010 01111011
Octal 314 42 173
Decimal 204 34 123
Hex CC 22 7B

RGB Percentages of Color #cc227b

%56.51
%9.42
%34.07

CMYK Percentages of Color #cc227b

%0
%83
%40
%20

Triadic Colors of #cc227b

#cc227b #7bcc22 #227bcc

Analogous Colors of #cc227b

#cc227b #cc2226 #c822cc

Monochromatic Colors of #cc227b

#cc227b

Complementary Color

#cc227b #22cc73

#cc227b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc227b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc227b Color CSS Codes

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

#cc227b Text Font Color

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

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


#cc227b Background Color

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

This div background color is #cc227b


#cc227b Border Color

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

This div border color is #cc227b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc227b


Comments

No comments written yet.

Please login to write comment.