Color Hex Logo

#cc31cb Color Hex

#CC31CB
(204,49,203)
0 Favorites   0 Comments

Color spaces of #cc31cb

RGB 20449203
HSL0.830.610.50
HSV300°76°80°
CMYK 0.000.760.00   0.20
XYZ36.779619.345858.2955
Yxy19.34580.32140.1691
Hunter Lab43.983972.2911-47.7933
CIE-Lab51.089375.1780-46.7296

#cc31cb color RGB value is (204,49,203).

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

The process color (four color CMYK) of #cc31cb color hex is 0.00, 0.76, 0.00, 0.20. Web safe color of #cc31cb is #cc33cc. Color #cc31cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 11001011
Octal 314 61 313
Decimal 204 49 203
Hex CC 31 CB

RGB Percentages of Color #cc31cb

%44.74
%10.75
%44.52

CMYK Percentages of Color #cc31cb

%0
%76
%0
%20

Triadic Colors of #cc31cb

#cc31cb #cbcc31 #31cbcc

Analogous Colors of #cc31cb

#cc31cb #cc317e #8031cc

Monochromatic Colors of #cc31cb

#cc31cb

Complementary Color

#cc31cb #31cc32

#cc31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc31cb Color CSS Codes

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

#cc31cb Text Font Color

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

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


#cc31cb Background Color

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

This div background color is #cc31cb


#cc31cb Border Color

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

This div border color is #cc31cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc31cb


Comments

No comments written yet.

Please login to write comment.