Color Hex Logo

#c93aff Color Hex

#C93AFF
(201,58,255)
0 Favorites   0 Comments

Color spaces of #c93aff

RGB 20158255
HSL0.791.000.61
HSV284°77°100°
CMYK 0.210.770.00   0.00
XYZ43.650422.663696.6816
Yxy22.66360.26780.1390
Hunter Lab47.606380.3563-87.0851
CIE-Lab54.724180.9170-70.2934

#c93aff color RGB value is (201,58,255).

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

The process color (four color CMYK) of #c93aff color hex is 0.21, 0.77, 0.00, 0.00. Web safe color of #c93aff is #cc33ff. Color #c93aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111010 11111111
Octal 311 72 377
Decimal 201 58 255
Hex C9 3A FF

RGB Percentages of Color #c93aff

%39.11
%11.28
%49.61

CMYK Percentages of Color #c93aff

%21
%77
%0
%0

Triadic Colors of #c93aff

#c93aff #ffc93a #3affc9

Analogous Colors of #c93aff

#c93aff #ff3ad3 #673aff

Monochromatic Colors of #c93aff

#c93aff

Complementary Color

#c93aff #70ff3a

#c93aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93aff Color CSS Codes

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

#c93aff Text Font Color

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

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


#c93aff Background Color

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

This div background color is #c93aff


#c93aff Border Color

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

This div border color is #c93aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93aff


Comments

No comments written yet.

Please login to write comment.