Color Hex Logo

#c93aaf Color Hex

#C93AAF
(201,58,175)
0 Favorites   0 Comments

Color spaces of #c93aaf

RGB 20158175
HSL0.860.570.51
HSV311°71°79°
CMYK 0.000.710.13   0.21
XYZ33.338318.538842.3787
Yxy18.53880.35370.1967
Hunter Lab43.056762.8612-28.2167
CIE-Lab50.143267.5184-31.9845

#c93aaf color RGB value is (201,58,175).

#c93aaf hex color red value is 201, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c93aaf hue: 0.86 , saturation: 0.57 and the lightness value of c93aaf is 0.51.

The process color (four color CMYK) of #c93aaf color hex is 0.00, 0.71, 0.13, 0.21. Web safe color of #c93aaf is #cc3399. Color #c93aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111010 10101111
Octal 311 72 257
Decimal 201 58 175
Hex C9 3A AF

RGB Percentages of Color #c93aaf

%46.31
%13.36
%40.32

CMYK Percentages of Color #c93aaf

%0
%71
%13
%21

Triadic Colors of #c93aaf

#c93aaf #afc93a #3aafc9

Analogous Colors of #c93aaf

#c93aaf #c93a68 #9c3ac9

Monochromatic Colors of #c93aaf

#c93aaf

Complementary Color

#c93aaf #3ac954

#c93aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93aaf Color CSS Codes

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

#c93aaf Text Font Color

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

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


#c93aaf Background Color

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

This div background color is #c93aaf


#c93aaf Border Color

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

This div border color is #c93aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93aaf


Comments

No comments written yet.

Please login to write comment.