Color Hex Logo

#cc71ef Color Hex

#CC71EF
(204,113,239)
0 Favorites   0 Comments

Color spaces of #cc71ef

RGB 204113239
HSL0.790.800.69
HSV283°53°94°
CMYK 0.150.530.00   0.06
XYZ46.387030.879685.1769
Yxy30.87960.28560.1901
Hunter Lab55.569451.7578-51.9812
CIE-Lab62.405955.7049-49.0999

#cc71ef color RGB value is (204,113,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 11101111
Octal 314 161 357
Decimal 204 113 239
Hex CC 71 EF

RGB Percentages of Color #cc71ef

%36.69
%20.32
%42.99

CMYK Percentages of Color #cc71ef

%15
%53
%0
%6

Triadic Colors of #cc71ef

#cc71ef #efcc71 #71efcc

Analogous Colors of #cc71ef

#cc71ef #ef71d3 #8d71ef

Monochromatic Colors of #cc71ef

#cc71ef

Complementary Color

#cc71ef #94ef71

#cc71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc71ef Color CSS Codes

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

#cc71ef Text Font Color

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

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


#cc71ef Background Color

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

This div background color is #cc71ef


#cc71ef Border Color

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

This div border color is #cc71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc71ef


Comments

No comments written yet.

Please login to write comment.