Color Hex Logo

#c94aec Color Hex

#C94AEC
(201,74,236)
0 Favorites   0 Comments

Color spaces of #c94aec

RGB 20174236
HSL0.800.810.61
HSV287°69°93°
CMYK 0.150.690.00   0.07
XYZ41.676523.371281.6714
Yxy23.37120.28410.1593
Hunter Lab48.343869.2808-66.3232
CIE-Lab55.452671.8722-58.5246

#c94aec color RGB value is (201,74,236).

#c94aec hex color red value is 201, green value is 74 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c94aec hue: 0.80 , saturation: 0.81 and the lightness value of c94aec is 0.61.

The process color (four color CMYK) of #c94aec color hex is 0.15, 0.69, 0.00, 0.07. Web safe color of #c94aec is #cc33ff. Color #c94aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11101100
Octal 311 112 354
Decimal 201 74 236
Hex C9 4A EC

RGB Percentages of Color #c94aec

%39.33
%14.48
%46.18

CMYK Percentages of Color #c94aec

%15
%69
%0
%7

Triadic Colors of #c94aec

#c94aec #ecc94a #4aecc9

Analogous Colors of #c94aec

#c94aec #ec4abe #784aec

Monochromatic Colors of #c94aec

#c94aec

Complementary Color

#c94aec #6dec4a

#c94aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94aec Color CSS Codes

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

#c94aec Text Font Color

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

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


#c94aec Background Color

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

This div background color is #c94aec


#c94aec Border Color

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

This div border color is #c94aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94aec


Comments

No comments written yet.

Please login to write comment.