Color Hex Logo

#c93aad Color Hex

#C93AAD
(201,58,173)
0 Favorites   0 Comments

Color spaces of #c93aad

RGB 20158173
HSL0.870.570.51
HSV312°71°79°
CMYK 0.000.710.14   0.21
XYZ33.143318.460741.3516
Yxy18.46070.35650.1986
Hunter Lab42.965962.5020-26.9862
CIE-Lab50.050267.2305-30.9556

#c93aad color RGB value is (201,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111010 10101101
Octal 311 72 255
Decimal 201 58 173
Hex C9 3A AD

RGB Percentages of Color #c93aad

%46.53
%13.43
%40.05

CMYK Percentages of Color #c93aad

%0
%71
%14
%21

Triadic Colors of #c93aad

#c93aad #adc93a #3aadc9

Analogous Colors of #c93aad

#c93aad #c93a66 #9e3ac9

Monochromatic Colors of #c93aad

#c93aad

Complementary Color

#c93aad #3ac956

#c93aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93aad Color CSS Codes

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

#c93aad Text Font Color

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

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


#c93aad Background Color

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

This div background color is #c93aad


#c93aad Border Color

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

This div border color is #c93aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93aad


Comments

No comments written yet.

Please login to write comment.