color codes Logo

#cc06ef color codes

#CC06EF
(204,6,239)
0 Favorites   0 Comments

Color spaces of #cc06ef

RGB 2046239
HSL0.810.950.48
HSV291°97°94°
CMYK 0.150.970.00   0.06
XYZ40.547019.199683.2302
Yxy19.19960.28360.1343
Hunter Lab43.817388.4971-81.9481
CIE-Lab50.919987.9467-67.4885

#cc06ef color RGB value is (204,6,239).

#cc06ef hex color red value is 204, green value is 6 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc06ef hue: 0.81 , saturation: 0.95 and the lightness value of cc06ef is 0.48.

The process color (four color CMYK) of #cc06ef color code is 0.15, 0.97, 0.00, 0.06. Web safe color of #cc06ef is #cc00ff. Color #cc06ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 11101111
Octal 314 6 357
Decimal 204 6 239
Hex CC 6 EF

RGB Percentages of Color #cc06ef

%45.43
%1.34
%53.23

CMYK Percentages of Color #cc06ef

%15
%97
%0
%6

Triadic Colors of #cc06ef

#cc06ef #efcc06 #06efcc

Analogous Colors of #cc06ef

#cc06ef #ef069e #5806ef

Monochromatic Colors of #cc06ef

#cc06ef

Complementary Color

#cc06ef #29ef06

#cc06ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc06ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc06ef Color CSS Codes

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

#cc06ef Text Font Color

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

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


#cc06ef Background Color

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

This div background color is #cc06ef


#cc06ef Border Color

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

This div border color is #cc06ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc06ef


Comments

No comments written yet.

Please login to write comment.