Color Hex Logo

#cc51bc Color Hex

#CC51BC
(204,81,188)
0 Favorites   0 Comments

Color spaces of #cc51bc

RGB 20481188
HSL0.860.550.56
HSV308°60°80°
CMYK 0.000.600.08   0.20
XYZ36.921422.353149.9456
Yxy22.35310.33800.2047
Hunter Lab47.279156.6567-29.5386
CIE-Lab54.399761.3771-32.8655

#cc51bc color RGB value is (204,81,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 10111100
Octal 314 121 274
Decimal 204 81 188
Hex CC 51 BC

RGB Percentages of Color #cc51bc

%43.13
%17.12
%39.75

CMYK Percentages of Color #cc51bc

%0
%60
%8
%20

Triadic Colors of #cc51bc

#cc51bc #bccc51 #51bccc

Analogous Colors of #cc51bc

#cc51bc #cc517f #9f51cc

Monochromatic Colors of #cc51bc

#cc51bc

Complementary Color

#cc51bc #51cc61

#cc51bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc51bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc51bc Color CSS Codes

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

#cc51bc Text Font Color

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

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


#cc51bc Background Color

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

This div background color is #cc51bc


#cc51bc Border Color

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

This div border color is #cc51bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc51bc


Comments

No comments written yet.

Please login to write comment.