Color Hex Logo

#cc54bb Color Hex

#CC54BB
(204,84,187)
0 Favorites   0 Comments

Color spaces of #cc54bb

RGB 20484187
HSL0.860.540.56
HSV309°59°80°
CMYK 0.000.590.08   0.20
XYZ37.041822.765949.4556
Yxy22.76590.33900.2084
Hunter Lab47.713655.0771-28.0551
CIE-Lab54.830459.9166-31.6168

#cc54bb color RGB value is (204,84,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 10111011
Octal 314 124 273
Decimal 204 84 187
Hex CC 54 BB

RGB Percentages of Color #cc54bb

%42.95
%17.68
%39.37

CMYK Percentages of Color #cc54bb

%0
%59
%8
%20

Triadic Colors of #cc54bb

#cc54bb #bbcc54 #54bbcc

Analogous Colors of #cc54bb

#cc54bb #cc547f #a154cc

Monochromatic Colors of #cc54bb

#cc54bb

Complementary Color

#cc54bb #54cc65

#cc54bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc54bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc54bb Color CSS Codes

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

#cc54bb Text Font Color

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

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


#cc54bb Background Color

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

This div background color is #cc54bb


#cc54bb Border Color

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

This div border color is #cc54bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc54bb


Comments

No comments written yet.

Please login to write comment.