Color Hex Logo

#cc31ec Color Hex

#CC31EC
(204,49,236)
0 Favorites   0 Comments

Color spaces of #cc31ec

RGB 20449236
HSL0.800.830.56
HSV290°79°93°
CMYK 0.140.790.00   0.07
XYZ41.140521.090181.2593
Yxy21.09010.28670.1470
Hunter Lab45.924079.5404-72.7628
CIE-Lab53.048080.6017-62.3645

#cc31ec color RGB value is (204,49,236).

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

The process color (four color CMYK) of #cc31ec color hex is 0.14, 0.79, 0.00, 0.07. Web safe color of #cc31ec is #cc33ff. Color #cc31ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 11101100
Octal 314 61 354
Decimal 204 49 236
Hex CC 31 EC

RGB Percentages of Color #cc31ec

%41.72
%10.02
%48.26

CMYK Percentages of Color #cc31ec

%14
%79
%0
%7

Triadic Colors of #cc31ec

#cc31ec #eccc31 #31eccc

Analogous Colors of #cc31ec

#cc31ec #ec31af #6f31ec

Monochromatic Colors of #cc31ec

#cc31ec

Complementary Color

#cc31ec #51ec31

#cc31ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc31ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc31ec Color CSS Codes

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

#cc31ec Text Font Color

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

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


#cc31ec Background Color

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

This div background color is #cc31ec


#cc31ec Border Color

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

This div border color is #cc31ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc31ec


Comments

No comments written yet.

Please login to write comment.