Color Hex Logo

#c93eca Color Hex

#C93ECA
(201,62,202)
0 Favorites   0 Comments

Color spaces of #c93eca

RGB 20162202
HSL0.830.570.52
HSV300°69°79°
CMYK 0.000.690.00   0.21
XYZ36.470720.127057.8398
Yxy20.12700.31870.1759
Hunter Lab44.863166.5980-45.0355
CIE-Lab51.980570.3139-44.7688

#c93eca color RGB value is (201,62,202).

#c93eca hex color red value is 201, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c93eca hue: 0.83 , saturation: 0.57 and the lightness value of c93eca is 0.52.

The process color (four color CMYK) of #c93eca color hex is 0.00, 0.69, 0.00, 0.21. Web safe color of #c93eca is #cc33cc. Color #c93eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111110 11001010
Octal 311 76 312
Decimal 201 62 202
Hex C9 3E CA

RGB Percentages of Color #c93eca

%43.23
%13.33
%43.44

CMYK Percentages of Color #c93eca

%0
%69
%0
%21

Triadic Colors of #c93eca

#c93eca #cac93e #3ecac9

Analogous Colors of #c93eca

#c93eca #ca3e85 #833eca

Monochromatic Colors of #c93eca

#c93eca

Complementary Color

#c93eca #3fca3e

#c93eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93eca Color CSS Codes

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

#c93eca Text Font Color

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

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


#c93eca Background Color

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

This div background color is #c93eca


#c93eca Border Color

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

This div border color is #c93eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93eca


Comments

No comments written yet.

Please login to write comment.