Color Hex Logo

#cc11ef Color Hex

#CC11EF
(204,17,239)
0 Favorites   0 Comments

Color spaces of #cc11ef

RGB 20417239
HSL0.810.870.50
HSV291°93°94°
CMYK 0.150.930.00   0.06
XYZ40.682319.470383.2753
Yxy19.47030.28360.1357
Hunter Lab44.125287.3535-81.0076
CIE-Lab51.233087.0156-66.9818

#cc11ef color RGB value is (204,17,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 11101111
Octal 314 21 357
Decimal 204 17 239
Hex CC 11 EF

RGB Percentages of Color #cc11ef

%44.35
%3.70
%51.96

CMYK Percentages of Color #cc11ef

%15
%93
%0
%6

Triadic Colors of #cc11ef

#cc11ef #efcc11 #11efcc

Analogous Colors of #cc11ef

#cc11ef #ef11a3 #5d11ef

Monochromatic Colors of #cc11ef

#cc11ef

Complementary Color

#cc11ef #34ef11

#cc11ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc11ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc11ef Color CSS Codes

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

#cc11ef Text Font Color

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

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


#cc11ef Background Color

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

This div background color is #cc11ef


#cc11ef Border Color

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

This div border color is #cc11ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc11ef


Comments

No comments written yet.

Please login to write comment.