Color Hex Logo

#c93ace Color Hex

#C93ACE
(201,58,206)
0 Favorites   0 Comments

Color spaces of #c93ace

RGB 20158206
HSL0.830.600.52
HSV298°72°81°
CMYK 0.020.720.00   0.19
XYZ36.741019.899960.2971
Yxy19.89990.31420.1702
Hunter Lab44.609368.9494-48.9141
CIE-Lab51.723872.3156-47.4734

#c93ace color RGB value is (201,58,206).

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

The process color (four color CMYK) of #c93ace color hex is 0.02, 0.72, 0.00, 0.19. Web safe color of #c93ace is #cc33cc. Color #c93ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111010 11001110
Octal 311 72 316
Decimal 201 58 206
Hex C9 3A CE

RGB Percentages of Color #c93ace

%43.23
%12.47
%44.30

CMYK Percentages of Color #c93ace

%2
%72
%0
%19

Triadic Colors of #c93ace

#c93ace #cec93a #3acec9

Analogous Colors of #c93ace

#c93ace #ce3a89 #7f3ace

Monochromatic Colors of #c93ace

#c93ace

Complementary Color

#c93ace #3fce3a

#c93ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ace Color CSS Codes

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

#c93ace Text Font Color

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

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


#c93ace Background Color

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

This div background color is #c93ace


#c93ace Border Color

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

This div border color is #c93ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ace


Comments

No comments written yet.

Please login to write comment.