Color Hex Logo

#c94ae6 Color Hex

#C94AE6
(201,74,230)
0 Favorites   0 Comments

Color spaces of #c94ae6

RGB 20174230
HSL0.800.760.60
HSV289°68°90°
CMYK 0.130.680.00   0.10
XYZ40.819123.028277.1564
Yxy23.02820.28950.1633
Hunter Lab47.987767.8564-61.7372
CIE-Lab55.101470.7633-55.7180

#c94ae6 color RGB value is (201,74,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11100110
Octal 311 112 346
Decimal 201 74 230
Hex C9 4A E6

RGB Percentages of Color #c94ae6

%39.80
%14.65
%45.54

CMYK Percentages of Color #c94ae6

%13
%68
%0
%10

Triadic Colors of #c94ae6

#c94ae6 #e6c94a #4ae6c9

Analogous Colors of #c94ae6

#c94ae6 #e64ab5 #7b4ae6

Monochromatic Colors of #c94ae6

#c94ae6

Complementary Color

#c94ae6 #67e64a

#c94ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ae6 Color CSS Codes

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

#c94ae6 Text Font Color

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

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


#c94ae6 Background Color

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

This div background color is #c94ae6


#c94ae6 Border Color

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

This div border color is #c94ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ae6


Comments

No comments written yet.

Please login to write comment.