Color Hex Logo

#c94aaf Color Hex

#C94AAF
(201,74,175)
0 Favorites   0 Comments

Color spaces of #c94aaf

RGB 20174175
HSL0.870.540.54
HSV312°63°79°
CMYK 0.000.630.13   0.21
XYZ34.274020.410242.6906
Yxy20.41020.35200.2096
Hunter Lab45.177656.3580-24.4017
CIE-Lab52.297961.4997-28.6270

#c94aaf color RGB value is (201,74,175).

#c94aaf hex color red value is 201, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c94aaf hue: 0.87 , saturation: 0.54 and the lightness value of c94aaf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 10101111
Octal 311 112 257
Decimal 201 74 175
Hex C9 4A AF

RGB Percentages of Color #c94aaf

%44.67
%16.44
%38.89

CMYK Percentages of Color #c94aaf

%0
%63
%13
%21

Triadic Colors of #c94aaf

#c94aaf #afc94a #4aafc9

Analogous Colors of #c94aaf

#c94aaf #c94a70 #a44ac9

Monochromatic Colors of #c94aaf

#c94aaf

Complementary Color

#c94aaf #4ac964

#c94aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94aaf Color CSS Codes

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

#c94aaf Text Font Color

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

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


#c94aaf Background Color

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

This div background color is #c94aaf


#c94aaf Border Color

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

This div border color is #c94aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,74,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 #c94aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94aaf


Comments

No comments written yet.

Please login to write comment.