Color Hex Logo

#c953ff Color Hex

#C953FF
(201,83,255)
0 Favorites   0 Comments

Color spaces of #c953ff

RGB 20183255
HSL0.781.000.66
HSV281°67°100°
CMYK 0.210.670.00   0.00
XYZ45.230725.824097.2084
Yxy25.82400.26880.1535
Hunter Lab50.817369.9462-77.8437
CIE-Lab57.869671.9592-65.2186

#c953ff color RGB value is (201,83,255).

#c953ff hex color red value is 201, green value is 83 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c953ff hue: 0.78 , saturation: 1.00 and the lightness value of c953ff is 0.66.

The process color (four color CMYK) of #c953ff color hex is 0.21, 0.67, 0.00, 0.00. Web safe color of #c953ff is #cc66ff. Color #c953ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 11111111
Octal 311 123 377
Decimal 201 83 255
Hex C9 53 FF

RGB Percentages of Color #c953ff

%37.29
%15.40
%47.31

CMYK Percentages of Color #c953ff

%21
%67
%0
%0

Triadic Colors of #c953ff

#c953ff #ffc953 #53ffc9

Analogous Colors of #c953ff

#c953ff #ff53df #7353ff

Monochromatic Colors of #c953ff

#c953ff

Complementary Color

#c953ff #89ff53

#c953ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c953ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c953ff Color CSS Codes

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

#c953ff Text Font Color

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

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


#c953ff Background Color

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

This div background color is #c953ff


#c953ff Border Color

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

This div border color is #c953ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c953ff


Comments

No comments written yet.

Please login to write comment.