Color Hex Logo

#c94acd Color Hex

#C94ACD
(201,74,205)
0 Favorites   0 Comments

Color spaces of #c94acd

RGB 20174205
HSL0.830.570.55
HSV298°64°80°
CMYK 0.020.640.00   0.20
XYZ37.555621.722859.9711
Yxy21.72280.31490.1822
Hunter Lab46.607762.2683-43.6642
CIE-Lab53.731666.3334-43.7152

#c94acd color RGB value is (201,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11001101
Octal 311 112 315
Decimal 201 74 205
Hex C9 4A CD

RGB Percentages of Color #c94acd

%41.88
%15.42
%42.71

CMYK Percentages of Color #c94acd

%2
%64
%0
%20

Triadic Colors of #c94acd

#c94acd #cdc94a #4acdc9

Analogous Colors of #c94acd

#c94acd #cd4a90 #884acd

Monochromatic Colors of #c94acd

#c94acd

Complementary Color

#c94acd #4ecd4a

#c94acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94acd Color CSS Codes

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

#c94acd Text Font Color

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

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


#c94acd Background Color

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

This div background color is #c94acd


#c94acd Border Color

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

This div border color is #c94acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94acd


Comments

No comments written yet.

Please login to write comment.