Color Hex Logo

#cc0fef Color Hex

#CC0FEF
(204,15,239)
0 Favorites   0 Comments

Color spaces of #cc0fef

RGB 20415239
HSL0.810.880.50
HSV291°94°94°
CMYK 0.150.940.00   0.06
XYZ40.652719.411083.2654
Yxy19.41100.28360.1354
Hunter Lab44.057987.6025-81.2121
CIE-Lab51.164687.2187-67.0924

#cc0fef color RGB value is (204,15,239).

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

The process color (four color CMYK) of #cc0fef color hex is 0.15, 0.94, 0.00, 0.06. Web safe color of #cc0fef is #cc00ff. Color #cc0fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001111 11101111
Octal 314 17 357
Decimal 204 15 239
Hex CC F EF

RGB Percentages of Color #cc0fef

%44.54
%3.28
%52.18

CMYK Percentages of Color #cc0fef

%15
%94
%0
%6

Triadic Colors of #cc0fef

#cc0fef #efcc0f #0fefcc

Analogous Colors of #cc0fef

#cc0fef #ef0fa2 #5c0fef

Monochromatic Colors of #cc0fef

#cc0fef

Complementary Color

#cc0fef #32ef0f

#cc0fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0fef Color CSS Codes

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

#cc0fef Text Font Color

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

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


#cc0fef Background Color

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

This div background color is #cc0fef


#cc0fef Border Color

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

This div border color is #cc0fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0fef


Comments

No comments written yet.

Please login to write comment.