Color Hex Logo

#c533eb Color Hex

#C533EB
(197,51,235)
0 Favorites   0 Comments

Color spaces of #c533eb

RGB 19751235
HSL0.800.820.56
HSV288°78°92°
CMYK 0.160.780.00   0.08
XYZ39.205220.236180.4369
Yxy20.23610.28030.1447
Hunter Lab44.984676.8444-74.5273
CIE-Lab52.103178.6482-63.3795

#c533eb color RGB value is (197,51,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 11101011
Octal 305 63 353
Decimal 197 51 235
Hex C5 33 EB

RGB Percentages of Color #c533eb

%40.79
%10.56
%48.65

CMYK Percentages of Color #c533eb

%16
%78
%0
%8

Triadic Colors of #c533eb

#c533eb #ebc533 #33ebc5

Analogous Colors of #c533eb

#c533eb #eb33b5 #6933eb

Monochromatic Colors of #c533eb

#c533eb

Complementary Color

#c533eb #59eb33

#c533eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c533eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c533eb Color CSS Codes

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

#c533eb Text Font Color

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

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


#c533eb Background Color

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

This div background color is #c533eb


#c533eb Border Color

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

This div border color is #c533eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c533eb


Comments

No comments written yet.

Please login to write comment.