Color Hex Logo

#cc31de Color Hex

#CC31DE
(204,49,222)
0 Favorites   0 Comments

Color spaces of #cc31de

RGB 20449222
HSL0.820.720.53
HSV294°78°87°
CMYK 0.080.780.00   0.13
XYZ39.185020.307970.9618
Yxy20.30790.30040.1557
Hunter Lab45.064376.3496-61.8177
CIE-Lab52.183678.2375-55.8431

#cc31de color RGB value is (204,49,222).

#cc31de hex color red value is 204, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc31de hue: 0.82 , saturation: 0.72 and the lightness value of cc31de is 0.53.

The process color (four color CMYK) of #cc31de color hex is 0.08, 0.78, 0.00, 0.13. Web safe color of #cc31de is #cc33cc. Color #cc31de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 11011110
Octal 314 61 336
Decimal 204 49 222
Hex CC 31 DE

RGB Percentages of Color #cc31de

%42.95
%10.32
%46.74

CMYK Percentages of Color #cc31de

%8
%78
%0
%13

Triadic Colors of #cc31de

#cc31de #decc31 #31decc

Analogous Colors of #cc31de

#cc31de #de319a #7631de

Monochromatic Colors of #cc31de

#cc31de

Complementary Color

#cc31de #43de31

#cc31de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc31de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc31de Color CSS Codes

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

#cc31de Text Font Color

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

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


#cc31de Background Color

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

This div background color is #cc31de


#cc31de Border Color

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

This div border color is #cc31de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc31de


Comments

No comments written yet.

Please login to write comment.