Color Hex Logo

#c94ace Color Hex

#C94ACE
(201,74,206)
0 Favorites   0 Comments

Color spaces of #c94ace

RGB 20174206
HSL0.830.570.55
HSV298°64°81°
CMYK 0.020.640.00   0.19
XYZ37.676821.771360.6090
Yxy21.77130.31380.1813
Hunter Lab46.659762.4807-44.3534
CIE-Lab53.783566.5042-44.2050

#c94ace color RGB value is (201,74,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11001110
Octal 311 112 316
Decimal 201 74 206
Hex C9 4A CE

RGB Percentages of Color #c94ace

%41.79
%15.38
%42.83

CMYK Percentages of Color #c94ace

%2
%64
%0
%19

Triadic Colors of #c94ace

#c94ace #cec94a #4acec9

Analogous Colors of #c94ace

#c94ace #ce4a91 #874ace

Monochromatic Colors of #c94ace

#c94ace

Complementary Color

#c94ace #4fce4a

#c94ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ace Color CSS Codes

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

#c94ace Text Font Color

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

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


#c94ace Background Color

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

This div background color is #c94ace


#c94ace Border Color

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

This div border color is #c94ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ace


Comments

No comments written yet.

Please login to write comment.