Color Hex Logo

#c39aee Color Hex

#C39AEE
(195,154,238)
0 Favorites   0 Comments

Color spaces of #c39aee

RGB 195154238
HSL0.750.710.77
HSV269°35°93°
CMYK 0.180.350.00   0.07
XYZ49.493940.886486.1722
Yxy40.88640.28030.2316
Hunter Lab63.942526.2664-35.1426
CIE-Lab70.096331.1563-36.5556

#c39aee color RGB value is (195,154,238).

#c39aee hex color red value is 195, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c39aee hue: 0.75 , saturation: 0.71 and the lightness value of c39aee is 0.77.

The process color (four color CMYK) of #c39aee color hex is 0.18, 0.35, 0.00, 0.07. Web safe color of #c39aee is #cc99ff. Color #c39aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011010 11101110
Octal 303 232 356
Decimal 195 154 238
Hex C3 9A EE

RGB Percentages of Color #c39aee

%33.22
%26.24
%40.55

CMYK Percentages of Color #c39aee

%18
%35
%0
%7

Triadic Colors of #c39aee

#c39aee #eec39a #9aeec3

Analogous Colors of #c39aee

#c39aee #ed9aee #9a9bee

Monochromatic Colors of #c39aee

#c39aee

Complementary Color

#c39aee #c5ee9a

#c39aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39aee Color CSS Codes

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

#c39aee Text Font Color

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

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


#c39aee Background Color

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

This div background color is #c39aee


#c39aee Border Color

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

This div border color is #c39aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39aee


Comments

No comments written yet.

Please login to write comment.