Color Hex Logo

#c93dea Color Hex

#C93DEA
(201,61,234)
0 Favorites   0 Comments

Color spaces of #c93dea

RGB 20161234
HSL0.800.800.58
HSV289°74°92°
CMYK 0.140.740.00   0.08
XYZ40.607421.695579.8893
Yxy21.69550.28560.1526
Hunter Lab46.578474.1053-69.0867
CIE-Lab53.702476.1400-60.2108

#c93dea color RGB value is (201,61,234).

#c93dea hex color red value is 201, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c93dea hue: 0.80 , saturation: 0.80 and the lightness value of c93dea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111101 11101010
Octal 311 75 352
Decimal 201 61 234
Hex C9 3D EA

RGB Percentages of Color #c93dea

%40.52
%12.30
%47.18

CMYK Percentages of Color #c93dea

%14
%74
%0
%8

Triadic Colors of #c93dea

#c93dea #eac93d #3deac9

Analogous Colors of #c93dea

#c93dea #ea3db5 #733dea

Monochromatic Colors of #c93dea

#c93dea

Complementary Color

#c93dea #5eea3d

#c93dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93dea Color CSS Codes

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

#c93dea Text Font Color

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

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


#c93dea Background Color

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

This div background color is #c93dea


#c93dea Border Color

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

This div border color is #c93dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93dea


Comments

No comments written yet.

Please login to write comment.