Color Hex Logo

#c931cb Color Hex

#C931CB
(201,49,203)
0 Favorites   0 Comments

Color spaces of #c931cb

RGB 20149203
HSL0.830.610.49
HSV299°76°80°
CMYK 0.010.760.00   0.20
XYZ35.965218.925958.2574
Yxy18.92590.31790.1673
Hunter Lab43.503971.4362-48.9443
CIE-Lab50.600474.5762-47.5372

#c931cb color RGB value is (201,49,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 11001011
Octal 311 61 313
Decimal 201 49 203
Hex C9 31 CB

RGB Percentages of Color #c931cb

%44.37
%10.82
%44.81

CMYK Percentages of Color #c931cb

%1
%76
%0
%20

Triadic Colors of #c931cb

#c931cb #cbc931 #31cbc9

Analogous Colors of #c931cb

#c931cb #cb3180 #7c31cb

Monochromatic Colors of #c931cb

#c931cb

Complementary Color

#c931cb #33cb31

#c931cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c931cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c931cb Color CSS Codes

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

#c931cb Text Font Color

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

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


#c931cb Background Color

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

This div background color is #c931cb


#c931cb Border Color

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

This div border color is #c931cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c931cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c931cb


Comments

No comments written yet.

Please login to write comment.