Color Hex Logo

#c931cd Color Hex

#C931CD
(201,49,205)
0 Favorites   0 Comments

Color spaces of #c931cd

RGB 20149205
HSL0.830.610.50
HSV298°76°80°
CMYK 0.020.760.00   0.20
XYZ36.205219.021959.5210
Yxy19.02190.31550.1658
Hunter Lab43.614171.8528-50.3843
CIE-Lab50.712874.8943-48.5089

#c931cd color RGB value is (201,49,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 11001101
Octal 311 61 315
Decimal 201 49 205
Hex C9 31 CD

RGB Percentages of Color #c931cd

%44.18
%10.77
%45.05

CMYK Percentages of Color #c931cd

%2
%76
%0
%20

Triadic Colors of #c931cd

#c931cd #cdc931 #31cdc9

Analogous Colors of #c931cd

#c931cd #cd3183 #7b31cd

Monochromatic Colors of #c931cd

#c931cd

Complementary Color

#c931cd #35cd31

#c931cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c931cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c931cd Color CSS Codes

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

#c931cd Text Font Color

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

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


#c931cd Background Color

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

This div background color is #c931cd


#c931cd Border Color

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

This div border color is #c931cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c931cd


Comments

No comments written yet.

Please login to write comment.