Color Hex Logo

#cc4fef Color Hex

#CC4FEF
(204,79,239)
0 Favorites   0 Comments

Color spaces of #cc4fef

RGB 20479239
HSL0.800.830.62
HSV287°67°94°
CMYK 0.150.670.00   0.06
XYZ43.277824.661384.1405
Yxy24.66130.28460.1622
Hunter Lab49.660168.6538-65.6945
CIE-Lab56.743971.1103-58.1114

#cc4fef color RGB value is (204,79,239).

#cc4fef hex color red value is 204, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc4fef hue: 0.80 , saturation: 0.83 and the lightness value of cc4fef is 0.62.

The process color (four color CMYK) of #cc4fef color hex is 0.15, 0.67, 0.00, 0.06. Web safe color of #cc4fef is #cc66ff. Color #cc4fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 11101111
Octal 314 117 357
Decimal 204 79 239
Hex CC 4F EF

RGB Percentages of Color #cc4fef

%39.08
%15.13
%45.79

CMYK Percentages of Color #cc4fef

%15
%67
%0
%6

Triadic Colors of #cc4fef

#cc4fef #efcc4f #4fefcc

Analogous Colors of #cc4fef

#cc4fef #ef4fc2 #7c4fef

Monochromatic Colors of #cc4fef

#cc4fef

Complementary Color

#cc4fef #72ef4f

#cc4fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4fef Color CSS Codes

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

#cc4fef Text Font Color

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

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


#cc4fef Background Color

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

This div background color is #cc4fef


#cc4fef Border Color

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

This div border color is #cc4fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4fef


Comments

No comments written yet.

Please login to write comment.