Color Hex Logo

#cc50bb Color Hex

#CC50BB
(204,80,187)
0 Favorites   0 Comments

Color spaces of #cc50bb

RGB 20480187
HSL0.860.550.56
HSV308°61°80°
CMYK 0.000.610.08   0.20
XYZ36.740122.162549.3551
Yxy22.16250.33940.2047
Hunter Lab47.077156.9209-29.2051
CIE-Lab54.199061.6439-32.6012

#cc50bb color RGB value is (204,80,187).

#cc50bb hex color red value is 204, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cc50bb hue: 0.86 , saturation: 0.55 and the lightness value of cc50bb is 0.56.

The process color (four color CMYK) of #cc50bb color hex is 0.00, 0.61, 0.08, 0.20. Web safe color of #cc50bb is #cc66cc. Color #cc50bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 10111011
Octal 314 120 273
Decimal 204 80 187
Hex CC 50 BB

RGB Percentages of Color #cc50bb

%43.31
%16.99
%39.70

CMYK Percentages of Color #cc50bb

%0
%61
%8
%20

Triadic Colors of #cc50bb

#cc50bb #bbcc50 #50bbcc

Analogous Colors of #cc50bb

#cc50bb #cc507d #9f50cc

Monochromatic Colors of #cc50bb

#cc50bb

Complementary Color

#cc50bb #50cc61

#cc50bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50bb Color CSS Codes

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

#cc50bb Text Font Color

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

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


#cc50bb Background Color

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

This div background color is #cc50bb


#cc50bb Border Color

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

This div border color is #cc50bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50bb


Comments

No comments written yet.

Please login to write comment.