Color Hex Logo

#c38aee Color Hex

#C38AEE
(195,138,238)
0 Favorites   0 Comments

Color spaces of #c38aee

RGB 195138238
HSL0.760.750.74
HSV274°42°93°
CMYK 0.180.420.00   0.07
XYZ47.026835.952185.3498
Yxy35.95210.27940.2136
Hunter Lab59.960135.0678-42.4239
CIE-Lab66.483339.9313-42.1944

#c38aee color RGB value is (195,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001010 11101110
Octal 303 212 356
Decimal 195 138 238
Hex C3 8A EE

RGB Percentages of Color #c38aee

%34.15
%24.17
%41.68

CMYK Percentages of Color #c38aee

%18
%42
%0
%7

Triadic Colors of #c38aee

#c38aee #eec38a #8aeec3

Analogous Colors of #c38aee

#c38aee #ee8ae7 #918aee

Monochromatic Colors of #c38aee

#c38aee

Complementary Color

#c38aee #b5ee8a

#c38aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38aee Color CSS Codes

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

#c38aee Text Font Color

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

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


#c38aee Background Color

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

This div background color is #c38aee


#c38aee Border Color

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

This div border color is #c38aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,138,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 #c38aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38aee


Comments

No comments written yet.

Please login to write comment.