Color Hex Logo

#cc5bea Color Hex

#CC5BEA
(204,91,234)
0 Favorites   0 Comments

Color spaces of #cc5bea

RGB 20491234
HSL0.800.770.64
HSV287°61°92°
CMYK 0.130.610.00   0.08
XYZ43.494226.260180.6182
Yxy26.26010.28920.1746
Hunter Lab51.244661.8250-57.4040
CIE-Lab58.283165.1159-52.8600

#cc5bea color RGB value is (204,91,234).

#cc5bea hex color red value is 204, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc5bea hue: 0.80 , saturation: 0.77 and the lightness value of cc5bea is 0.64.

The process color (four color CMYK) of #cc5bea color hex is 0.13, 0.61, 0.00, 0.08. Web safe color of #cc5bea is #cc66ff. Color #cc5bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011011 11101010
Octal 314 133 352
Decimal 204 91 234
Hex CC 5B EA

RGB Percentages of Color #cc5bea

%38.56
%17.20
%44.23

CMYK Percentages of Color #cc5bea

%13
%61
%0
%8

Triadic Colors of #cc5bea

#cc5bea #eacc5b #5beacc

Analogous Colors of #cc5bea

#cc5bea #ea5bc1 #855bea

Monochromatic Colors of #cc5bea

#cc5bea

Complementary Color

#cc5bea #79ea5b

#cc5bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5bea Color CSS Codes

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

#cc5bea Text Font Color

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

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


#cc5bea Background Color

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

This div background color is #cc5bea


#cc5bea Border Color

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

This div border color is #cc5bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5bea


Comments

No comments written yet.

Please login to write comment.