color codes Logo

#cc31d9 color codes

#CC31D9
(204,49,217)
0 Favorites   0 Comments

Color spaces of #cc31d9

RGB 20449217
HSL0.820.690.52
HSV295°77°85°
CMYK 0.060.770.00   0.15
XYZ38.524520.043767.4840
Yxy20.04370.30560.1590
Hunter Lab44.770275.2504-58.0312
CIE-Lab51.886677.4148-53.4748

#cc31d9 color RGB value is (204,49,217).

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

The process color (four color CMYK) of #cc31d9 color code is 0.06, 0.77, 0.00, 0.15. Web safe color of #cc31d9 is #cc33cc. Color #cc31d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 11011001
Octal 314 61 331
Decimal 204 49 217
Hex CC 31 D9

RGB Percentages of Color #cc31d9

%43.40
%10.43
%46.17

CMYK Percentages of Color #cc31d9

%6
%77
%0
%15

Triadic Colors of #cc31d9

#cc31d9 #d9cc31 #31d9cc

Analogous Colors of #cc31d9

#cc31d9 #d93192 #7831d9

Monochromatic Colors of #cc31d9

#cc31d9

Complementary Color

#cc31d9 #3ed931

#cc31d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc31d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc31d9 Color CSS Codes

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

#cc31d9 Text Font Color

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

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


#cc31d9 Background Color

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

This div background color is #cc31d9


#cc31d9 Border Color

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

This div border color is #cc31d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc31d9


Comments

No comments written yet.

Please login to write comment.