Color Hex Logo

#c38aed Color Hex

#C38AED
(195,138,237)
0 Favorites   0 Comments

Color spaces of #c38aed

RGB 195138237
HSL0.760.730.74
HSV275°42°93°
CMYK 0.180.420.00   0.07
XYZ46.880235.893584.5780
Yxy35.89350.28010.2145
Hunter Lab59.911234.8308-41.7632
CIE-Lab66.438539.7132-41.7142

#c38aed color RGB value is (195,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001010 11101101
Octal 303 212 355
Decimal 195 138 237
Hex C3 8A ED

RGB Percentages of Color #c38aed

%34.21
%24.21
%41.58

CMYK Percentages of Color #c38aed

%18
%42
%0
%7

Triadic Colors of #c38aed

#c38aed #edc38a #8aedc3

Analogous Colors of #c38aed

#c38aed #ed8ae6 #928aed

Monochromatic Colors of #c38aed

#c38aed

Complementary Color

#c38aed #b4ed8a

#c38aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38aed Color CSS Codes

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

#c38aed Text Font Color

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

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


#c38aed Background Color

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

This div background color is #c38aed


#c38aed Border Color

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

This div border color is #c38aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38aed


Comments

No comments written yet.

Please login to write comment.