color codes Logo

#cc227d color codes

#CC227D
(204,34,125)
0 Favorites   0 Comments

Color spaces of #cc227d

RGB 20434125
HSL0.910.710.47
HSV328°83°80°
CMYK 0.000.830.39   0.20
XYZ29.175515.462120.8488
Yxy15.46210.44550.2361
Hunter Lab39.321963.6277-3.9108
CIE-Lab46.260768.9195-7.9294

#cc227d color RGB value is (204,34,125).

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

The process color (four color CMYK) of #cc227d color code is 0.00, 0.83, 0.39, 0.20. Web safe color of #cc227d is #cc3366. Color #cc227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100010 01111101
Octal 314 42 175
Decimal 204 34 125
Hex CC 22 7D

RGB Percentages of Color #cc227d

%56.20
%9.37
%34.44

CMYK Percentages of Color #cc227d

%0
%83
%39
%20

Triadic Colors of #cc227d

#cc227d #7dcc22 #227dcc

Analogous Colors of #cc227d

#cc227d #cc2228 #c622cc

Monochromatic Colors of #cc227d

#cc227d

Complementary Color

#cc227d #22cc71

#cc227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc227d Color CSS Codes

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

#cc227d Text Font Color

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

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


#cc227d Background Color

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

This div background color is #cc227d


#cc227d Border Color

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

This div border color is #cc227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc227d


Comments

No comments written yet.

Please login to write comment.