Color Hex Logo

#c39ae0 Color Hex

#C39AE0
(195,154,224)
0 Favorites   0 Comments

Color spaces of #c39ae0

RGB 195154224
HSL0.760.530.74
HSV275°31°88°
CMYK 0.130.310.00   0.12
XYZ47.515840.095175.7558
Yxy40.09510.29090.2454
Hunter Lab63.320723.1351-26.6091
CIE-Lab69.537228.1340-29.7431

#c39ae0 color RGB value is (195,154,224).

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

The process color (four color CMYK) of #c39ae0 color hex is 0.13, 0.31, 0.00, 0.12. Web safe color of #c39ae0 is #cc99cc. Color #c39ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011010 11100000
Octal 303 232 340
Decimal 195 154 224
Hex C3 9A E0

RGB Percentages of Color #c39ae0

%34.03
%26.88
%39.09

CMYK Percentages of Color #c39ae0

%13
%31
%0
%12

Triadic Colors of #c39ae0

#c39ae0 #e0c39a #9ae0c3

Analogous Colors of #c39ae0

#c39ae0 #e09ada #a09ae0

Monochromatic Colors of #c39ae0

#c39ae0

Complementary Color

#c39ae0 #b7e09a

#c39ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39ae0 Color CSS Codes

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

#c39ae0 Text Font Color

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

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


#c39ae0 Background Color

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

This div background color is #c39ae0


#c39ae0 Border Color

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

This div border color is #c39ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39ae0


Comments

No comments written yet.

Please login to write comment.