Color Hex Logo

#cc31cf Color Hex

#CC31CF
(204,49,207)
0 Favorites   0 Comments

Color spaces of #cc31cf

RGB 20449207
HSL0.830.620.50
HSV299°76°81°
CMYK 0.010.760.00   0.19
XYZ37.262619.539060.8389
Yxy19.53900.31670.1661
Hunter Lab44.202973.1184-50.6620
CIE-Lab51.311975.8066-48.6741

#cc31cf color RGB value is (204,49,207).

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

The process color (four color CMYK) of #cc31cf color hex is 0.01, 0.76, 0.00, 0.19. Web safe color of #cc31cf is #cc33cc. Color #cc31cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 11001111
Octal 314 61 317
Decimal 204 49 207
Hex CC 31 CF

RGB Percentages of Color #cc31cf

%44.35
%10.65
%45.00

CMYK Percentages of Color #cc31cf

%1
%76
%0
%19

Triadic Colors of #cc31cf

#cc31cf #cfcc31 #31cfcc

Analogous Colors of #cc31cf

#cc31cf #cf3183 #7d31cf

Monochromatic Colors of #cc31cf

#cc31cf

Complementary Color

#cc31cf #34cf31

#cc31cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc31cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc31cf Color CSS Codes

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

#cc31cf Text Font Color

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

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


#cc31cf Background Color

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

This div background color is #cc31cf


#cc31cf Border Color

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

This div border color is #cc31cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc31cf


Comments

No comments written yet.

Please login to write comment.