Color Hex Logo

#cc22bb Color Hex

#CC22BB
(204,34,187)
0 Favorites   0 Comments

Color spaces of #cc22bb

RGB 20434187
HSL0.850.710.47
HSV306°83°80°
CMYK 0.000.830.08   0.20
XYZ34.443517.569348.5895
Yxy17.56930.34240.1746
Hunter Lab41.915773.3265-39.3890
CIE-Lab48.969576.4318-40.8191

#cc22bb color RGB value is (204,34,187). This hex color code is also a web safe color which is equal to #C2B.

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

The process color (four color CMYK) of #cc22bb color hex is 0.00, 0.83, 0.08, 0.20. Web safe color of #cc22bb is #cc33cc. Color #cc22bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100010 10111011
Octal 314 42 273
Decimal 204 34 187
Hex CC 22 BB

RGB Percentages of Color #cc22bb

%48.00
%8.00
%44.00

CMYK Percentages of Color #cc22bb

%0
%83
%8
%20

Triadic Colors of #cc22bb

#cc22bb #bbcc22 #22bbcc

Analogous Colors of #cc22bb

#cc22bb #cc2266 #8822cc

Monochromatic Colors of #cc22bb

#cc22bb

Complementary Color

#cc22bb #22cc33

#cc22bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc22bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc22bb Color CSS Codes

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

#cc22bb Text Font Color

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

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


#cc22bb Background Color

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

This div background color is #cc22bb


#cc22bb Border Color

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

This div border color is #cc22bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc22bb


Comments

No comments written yet.

Please login to write comment.