Color Hex Logo

#c39dea Color Hex

#C39DEA
(195,157,234)
0 Favorites   0 Comments

Color spaces of #c39dea

RGB 195157234
HSL0.750.650.77
HSV270°33°92°
CMYK 0.170.330.00   0.08
XYZ49.413941.656683.2780
Yxy41.65660.28340.2389
Hunter Lab64.541923.7129-31.3221
CIE-Lab70.633528.6237-33.5346

#c39dea color RGB value is (195,157,234).

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

The process color (four color CMYK) of #c39dea color hex is 0.17, 0.33, 0.00, 0.08. Web safe color of #c39dea is #cc99ff. Color #c39dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 11101010
Octal 303 235 352
Decimal 195 157 234
Hex C3 9D EA

RGB Percentages of Color #c39dea

%33.28
%26.79
%39.93

CMYK Percentages of Color #c39dea

%17
%33
%0
%8

Triadic Colors of #c39dea

#c39dea #eac39d #9deac3

Analogous Colors of #c39dea

#c39dea #ea9dea #9d9eea

Monochromatic Colors of #c39dea

#c39dea

Complementary Color

#c39dea #c4ea9d

#c39dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39dea Color CSS Codes

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

#c39dea Text Font Color

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

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


#c39dea Background Color

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

This div background color is #c39dea


#c39dea Border Color

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

This div border color is #c39dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39dea


Comments

No comments written yet.

Please login to write comment.