Color Hex Logo

#c38aca Color Hex

#C38ACA
(195,138,202)
0 Favorites   0 Comments

Color spaces of #c38aca

RGB 195138202
HSL0.820.380.67
HSV293°32°79°
CMYK 0.030.320.00   0.21
XYZ42.254834.043360.2211
Yxy34.04330.30950.2494
Hunter Lab58.346627.1636-20.3521
CIE-Lab64.996932.4819-24.5198

#c38aca color RGB value is (195,138,202).

#c38aca hex color red value is 195, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c38aca hue: 0.82 , saturation: 0.38 and the lightness value of c38aca is 0.67.

The process color (four color CMYK) of #c38aca color hex is 0.03, 0.32, 0.00, 0.21. Web safe color of #c38aca is #cc99cc. Color #c38aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001010 11001010
Octal 303 212 312
Decimal 195 138 202
Hex C3 8A CA

RGB Percentages of Color #c38aca

%36.45
%25.79
%37.76

CMYK Percentages of Color #c38aca

%3
%32
%0
%21

Triadic Colors of #c38aca

#c38aca #cac38a #8acac3

Analogous Colors of #c38aca

#c38aca #ca8ab1 #a38aca

Monochromatic Colors of #c38aca

#c38aca

Complementary Color

#c38aca #91ca8a

#c38aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38aca Color CSS Codes

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

#c38aca Text Font Color

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

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


#c38aca Background Color

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

This div background color is #c38aca


#c38aca Border Color

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

This div border color is #c38aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38aca


Comments

No comments written yet.

Please login to write comment.