Color Hex Logo

#c94ae7 Color Hex

#C94AE7
(201,74,231)
0 Favorites   0 Comments

Color spaces of #c94ae7

RGB 20174231
HSL0.800.770.60
HSV289°68°91°
CMYK 0.130.680.00   0.09
XYZ40.960023.084677.8982
Yxy23.08460.28860.1626
Hunter Lab48.046468.0915-62.4950
CIE-Lab55.159470.9469-56.1876

#c94ae7 color RGB value is (201,74,231).

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

The process color (four color CMYK) of #c94ae7 color hex is 0.13, 0.68, 0.00, 0.09. Web safe color of #c94ae7 is #cc33ff. Color #c94ae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11100111
Octal 311 112 347
Decimal 201 74 231
Hex C9 4A E7

RGB Percentages of Color #c94ae7

%39.72
%14.62
%45.65

CMYK Percentages of Color #c94ae7

%13
%68
%0
%9

Triadic Colors of #c94ae7

#c94ae7 #e7c94a #4ae7c9

Analogous Colors of #c94ae7

#c94ae7 #e74ab7 #7b4ae7

Monochromatic Colors of #c94ae7

#c94ae7

Complementary Color

#c94ae7 #68e74a

#c94ae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ae7 Color CSS Codes

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

#c94ae7 Text Font Color

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

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


#c94ae7 Background Color

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

This div background color is #c94ae7


#c94ae7 Border Color

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

This div border color is #c94ae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ae7


Comments

No comments written yet.

Please login to write comment.