Color Hex Logo

#cc51bf Color Hex

#CC51BF
(204,81,191)
0 Favorites   0 Comments

Color spaces of #cc51bf

RGB 20481191
HSL0.850.550.56
HSV306°60°80°
CMYK 0.000.600.06   0.20
XYZ37.248222.483851.6668
Yxy22.48380.33440.2018
Hunter Lab47.417157.2397-31.4119
CIE-Lab54.536661.8600-34.3813

#cc51bf color RGB value is (204,81,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 10111111
Octal 314 121 277
Decimal 204 81 191
Hex CC 51 BF

RGB Percentages of Color #cc51bf

%42.86
%17.02
%40.13

CMYK Percentages of Color #cc51bf

%0
%60
%6
%20

Triadic Colors of #cc51bf

#cc51bf #bfcc51 #51bfcc

Analogous Colors of #cc51bf

#cc51bf #cc5182 #9c51cc

Monochromatic Colors of #cc51bf

#cc51bf

Complementary Color

#cc51bf #51cc5e

#cc51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc51bf Color CSS Codes

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

#cc51bf Text Font Color

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

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


#cc51bf Background Color

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

This div background color is #cc51bf


#cc51bf Border Color

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

This div border color is #cc51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc51bf


Comments

No comments written yet.

Please login to write comment.