Color Hex Logo

#cc7bea Color Hex

#CC7BEA
(204,123,234)
0 Favorites   0 Comments

Color spaces of #cc7bea

RGB 204123234
HSL0.790.730.70
HSV284°47°92°
CMYK 0.130.470.00   0.08
XYZ46.836132.943881.7322
Yxy32.94380.29000.2040
Hunter Lab57.396745.2130-44.2506
CIE-Lab64.115449.6027-43.6340

#cc7bea color RGB value is (204,123,234).

#cc7bea hex color red value is 204, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc7bea hue: 0.79 , saturation: 0.73 and the lightness value of cc7bea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111011 11101010
Octal 314 173 352
Decimal 204 123 234
Hex CC 7B EA

RGB Percentages of Color #cc7bea

%36.36
%21.93
%41.71

CMYK Percentages of Color #cc7bea

%13
%47
%0
%8

Triadic Colors of #cc7bea

#cc7bea #eacc7b #7beacc

Analogous Colors of #cc7bea

#cc7bea #ea7bd1 #957bea

Monochromatic Colors of #cc7bea

#cc7bea

Complementary Color

#cc7bea #99ea7b

#cc7bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7bea Color CSS Codes

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

#cc7bea Text Font Color

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

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


#cc7bea Background Color

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

This div background color is #cc7bea


#cc7bea Border Color

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

This div border color is #cc7bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7bea


Comments

No comments written yet.

Please login to write comment.