Color Hex Logo

#c931eb Color Hex

#C931EB
(201,49,235)
0 Favorites   0 Comments

Color spaces of #c931eb

RGB 20149235
HSL0.800.820.56
HSV289°79°92°
CMYK 0.140.790.00   0.08
XYZ40.181120.612380.4581
Yxy20.61230.28450.1459
Hunter Lab45.400878.5267-73.2917
CIE-Lab52.522579.9032-62.6722

#c931eb color RGB value is (201,49,235).

#c931eb hex color red value is 201, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c931eb hue: 0.80 , saturation: 0.82 and the lightness value of c931eb is 0.56.

The process color (four color CMYK) of #c931eb color hex is 0.14, 0.79, 0.00, 0.08. Web safe color of #c931eb is #cc33ff. Color #c931eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 11101011
Octal 311 61 353
Decimal 201 49 235
Hex C9 31 EB

RGB Percentages of Color #c931eb

%41.44
%10.10
%48.45

CMYK Percentages of Color #c931eb

%14
%79
%0
%8

Triadic Colors of #c931eb

#c931eb #ebc931 #31ebc9

Analogous Colors of #c931eb

#c931eb #eb31b0 #6c31eb

Monochromatic Colors of #c931eb

#c931eb

Complementary Color

#c931eb #53eb31

#c931eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c931eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c931eb Color CSS Codes

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

#c931eb Text Font Color

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

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


#c931eb Background Color

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

This div background color is #c931eb


#c931eb Border Color

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

This div border color is #c931eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c931eb


Comments

No comments written yet.

Please login to write comment.