Color Hex Logo

#c93ebd Color Hex

#C93EBD
(201,62,189)
0 Favorites   0 Comments

Color spaces of #c93ebd

RGB 20162189
HSL0.850.560.52
HSV305°69°79°
CMYK 0.000.690.06   0.21
XYZ34.995319.536950.0706
Yxy19.53690.33460.1868
Hunter Lab44.200663.9744-36.2236
CIE-Lab51.309568.2390-38.3219

#c93ebd color RGB value is (201,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111110 10111101
Octal 311 76 275
Decimal 201 62 189
Hex C9 3E BD

RGB Percentages of Color #c93ebd

%44.47
%13.72
%41.81

CMYK Percentages of Color #c93ebd

%0
%69
%6
%21

Triadic Colors of #c93ebd

#c93ebd #bdc93e #3ebdc9

Analogous Colors of #c93ebd

#c93ebd #c93e78 #903ec9

Monochromatic Colors of #c93ebd

#c93ebd

Complementary Color

#c93ebd #3ec94a

#c93ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ebd Color CSS Codes

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

#c93ebd Text Font Color

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

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


#c93ebd Background Color

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

This div background color is #c93ebd


#c93ebd Border Color

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

This div border color is #c93ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ebd


Comments

No comments written yet.

Please login to write comment.