Color Hex Logo

#c93eec Color Hex

#C93EEC
(201,62,236)
0 Favorites   0 Comments

Color spaces of #c93eec

RGB 20162236
HSL0.800.820.58
HSV288°74°93°
CMYK 0.150.740.00   0.07
XYZ40.950321.918981.4293
Yxy21.91890.28380.1519
Hunter Lab46.817674.1990-70.3500
CIE-Lab53.940976.1693-60.9514

#c93eec color RGB value is (201,62,236).

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

The process color (four color CMYK) of #c93eec color hex is 0.15, 0.74, 0.00, 0.07. Web safe color of #c93eec is #cc33ff. Color #c93eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111110 11101100
Octal 311 76 354
Decimal 201 62 236
Hex C9 3E EC

RGB Percentages of Color #c93eec

%40.28
%12.42
%47.29

CMYK Percentages of Color #c93eec

%15
%74
%0
%7

Triadic Colors of #c93eec

#c93eec #ecc93e #3eecc9

Analogous Colors of #c93eec

#c93eec #ec3eb8 #723eec

Monochromatic Colors of #c93eec

#c93eec

Complementary Color

#c93eec #61ec3e

#c93eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93eec Color CSS Codes

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

#c93eec Text Font Color

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

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


#c93eec Background Color

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

This div background color is #c93eec


#c93eec Border Color

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

This div border color is #c93eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93eec


Comments

No comments written yet.

Please login to write comment.