Color Hex Logo

#c953eb Color Hex

#C953EB
(201,83,235)
0 Favorites   0 Comments

Color spaces of #c953eb

RGB 20183235
HSL0.800.790.62
HSV287°65°92°
CMYK 0.140.650.00   0.08
XYZ42.176024.602281.1230
Yxy24.60220.28520.1663
Hunter Lab49.600664.9797-62.2498
CIE-Lab56.685868.0686-55.9909

#c953eb color RGB value is (201,83,235).

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

The process color (four color CMYK) of #c953eb color hex is 0.14, 0.65, 0.00, 0.08. Web safe color of #c953eb is #cc66ff. Color #c953eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 11101011
Octal 311 123 353
Decimal 201 83 235
Hex C9 53 EB

RGB Percentages of Color #c953eb

%38.73
%15.99
%45.28

CMYK Percentages of Color #c953eb

%14
%65
%0
%8

Triadic Colors of #c953eb

#c953eb #ebc953 #53ebc9

Analogous Colors of #c953eb

#c953eb #eb53c1 #7d53eb

Monochromatic Colors of #c953eb

#c953eb

Complementary Color

#c953eb #75eb53

#c953eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c953eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c953eb Color CSS Codes

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

#c953eb Text Font Color

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

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


#c953eb Background Color

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

This div background color is #c953eb


#c953eb Border Color

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

This div border color is #c953eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c953eb


Comments

No comments written yet.

Please login to write comment.