Color Hex Logo

#c05ae2 Color Hex

#C05AE2
(192,90,226)
0 Favorites   0 Comments

Color spaces of #c05ae2

RGB 19290226
HSL0.790.700.62
HSV285°60°89°
CMYK 0.150.600.00   0.11
XYZ39.121924.009874.5239
Yxy24.00980.28420.1744
Hunter Lab48.999856.7664-55.8744
CIE-Lab56.097661.1667-51.9489

#c05ae2 color RGB value is (192,90,226).

#c05ae2 hex color red value is 192, green value is 90 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #c05ae2 hue: 0.79 , saturation: 0.70 and the lightness value of c05ae2 is 0.62.

The process color (four color CMYK) of #c05ae2 color hex is 0.15, 0.60, 0.00, 0.11. Web safe color of #c05ae2 is #cc66cc. Color #c05ae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 11100010
Octal 300 132 342
Decimal 192 90 226
Hex C0 5A E2

RGB Percentages of Color #c05ae2

%37.80
%17.72
%44.49

CMYK Percentages of Color #c05ae2

%15
%60
%0
%11

Triadic Colors of #c05ae2

#c05ae2 #e2c05a #5ae2c0

Analogous Colors of #c05ae2

#c05ae2 #e25ac0 #7c5ae2

Monochromatic Colors of #c05ae2

#c05ae2

Complementary Color

#c05ae2 #7ce25a

#c05ae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ae2 Color CSS Codes

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

#c05ae2 Text Font Color

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

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


#c05ae2 Background Color

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

This div background color is #c05ae2


#c05ae2 Border Color

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

This div border color is #c05ae2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,90,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c05ae2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c05ae2;
  -webkit-box-shadow: 1px 1px 3px 2px #c05ae2;
  box-shadow:         1px 1px 3px 2px #c05ae2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,90,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ae2


Comments

No comments written yet.

Please login to write comment.