Color Hex Logo

#c933eb Color Hex

#C933EB
(201,51,235)
0 Favorites   0 Comments

Color spaces of #c933eb

RGB 20151235
HSL0.800.820.56
HSV289°78°92°
CMYK 0.140.780.00   0.08
XYZ40.266620.783380.4866
Yxy20.78330.28450.1468
Hunter Lab45.588777.8814-72.7641
CIE-Lab52.711579.3547-62.3677

#c933eb color RGB value is (201,51,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 11101011
Octal 311 63 353
Decimal 201 51 235
Hex C9 33 EB

RGB Percentages of Color #c933eb

%41.27
%10.47
%48.25

CMYK Percentages of Color #c933eb

%14
%78
%0
%8

Triadic Colors of #c933eb

#c933eb #ebc933 #33ebc9

Analogous Colors of #c933eb

#c933eb #eb33b1 #6d33eb

Monochromatic Colors of #c933eb

#c933eb

Complementary Color

#c933eb #55eb33

#c933eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c933eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c933eb Color CSS Codes

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

#c933eb Text Font Color

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

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


#c933eb Background Color

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

This div background color is #c933eb


#c933eb Border Color

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

This div border color is #c933eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c933eb


Comments

No comments written yet.

Please login to write comment.