Color Hex Logo

#c29ae1 Color Hex

#C29AE1
(194,154,225)
0 Favorites   0 Comments

Color spaces of #c29ae1

RGB 194154225
HSL0.760.540.74
HSV274°32°88°
CMYK 0.140.320.00   0.12
XYZ47.394340.016876.4602
Yxy40.01680.28920.2442
Hunter Lab63.258823.0314-27.3819
CIE-Lab69.481528.0356-30.3867

#c29ae1 color RGB value is (194,154,225).

#c29ae1 hex color red value is 194, green value is 154 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c29ae1 hue: 0.76 , saturation: 0.54 and the lightness value of c29ae1 is 0.74.

The process color (four color CMYK) of #c29ae1 color hex is 0.14, 0.32, 0.00, 0.12. Web safe color of #c29ae1 is #cc99cc. Color #c29ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 11100001
Octal 302 232 341
Decimal 194 154 225
Hex C2 9A E1

RGB Percentages of Color #c29ae1

%33.86
%26.88
%39.27

CMYK Percentages of Color #c29ae1

%14
%32
%0
%12

Triadic Colors of #c29ae1

#c29ae1 #e1c29a #9ae1c2

Analogous Colors of #c29ae1

#c29ae1 #e19add #9f9ae1

Monochromatic Colors of #c29ae1

#c29ae1

Complementary Color

#c29ae1 #b9e19a

#c29ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ae1 Color CSS Codes

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

#c29ae1 Text Font Color

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

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


#c29ae1 Background Color

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

This div background color is #c29ae1


#c29ae1 Border Color

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

This div border color is #c29ae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,154,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c29ae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c29ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #c29ae1;
  box-shadow:         1px 1px 3px 2px #c29ae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,154,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ae1


Comments

No comments written yet.

Please login to write comment.