Color Hex Logo

#cc07ea Color Hex

#CC07EA
(204,7,234)
0 Favorites   0 Comments

Color spaces of #cc07ea

RGB 2047234
HSL0.810.940.47
HSV292°97°92°
CMYK 0.130.970.00   0.08
XYZ39.829118.929879.3965
Yxy18.92980.28830.1370
Hunter Lab43.508487.2655-77.7398
CIE-Lab50.605087.0696-65.1796

#cc07ea color RGB value is (204,7,234).

#cc07ea hex color red value is 204, green value is 7 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc07ea hue: 0.81 , saturation: 0.94 and the lightness value of cc07ea is 0.47.

The process color (four color CMYK) of #cc07ea color hex is 0.13, 0.97, 0.00, 0.08. Web safe color of #cc07ea is #cc00ff. Color #cc07ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 11101010
Octal 314 7 352
Decimal 204 7 234
Hex CC 7 EA

RGB Percentages of Color #cc07ea

%45.84
%1.57
%52.58

CMYK Percentages of Color #cc07ea

%13
%97
%0
%8

Triadic Colors of #cc07ea

#cc07ea #eacc07 #07eacc

Analogous Colors of #cc07ea

#cc07ea #ea0797 #5b07ea

Monochromatic Colors of #cc07ea

#cc07ea

Complementary Color

#cc07ea #25ea07

#cc07ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc07ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc07ea Color CSS Codes

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

#cc07ea Text Font Color

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

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


#cc07ea Background Color

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

This div background color is #cc07ea


#cc07ea Border Color

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

This div border color is #cc07ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc07ea


Comments

No comments written yet.

Please login to write comment.