Color Hex Logo

#c38acb Color Hex

#C38ACB
(195,138,203)
0 Favorites   0 Comments

Color spaces of #c38acb

RGB 195138203
HSL0.810.380.67
HSV293°32°80°
CMYK 0.040.320.00   0.20
XYZ42.373634.090960.8468
Yxy34.09090.30860.2483
Hunter Lab58.387427.3651-20.9162
CIE-Lab65.034732.6766-25.0213

#c38acb color RGB value is (195,138,203).

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

The process color (four color CMYK) of #c38acb color hex is 0.04, 0.32, 0.00, 0.20. Web safe color of #c38acb is #cc99cc. Color #c38acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001010 11001011
Octal 303 212 313
Decimal 195 138 203
Hex C3 8A CB

RGB Percentages of Color #c38acb

%36.38
%25.75
%37.87

CMYK Percentages of Color #c38acb

%4
%32
%0
%20

Triadic Colors of #c38acb

#c38acb #cbc38a #8acbc3

Analogous Colors of #c38acb

#c38acb #cb8ab3 #a38acb

Monochromatic Colors of #c38acb

#c38acb

Complementary Color

#c38acb #92cb8a

#c38acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38acb Color CSS Codes

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

#c38acb Text Font Color

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

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


#c38acb Background Color

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

This div background color is #c38acb


#c38acb Border Color

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

This div border color is #c38acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38acb


Comments

No comments written yet.

Please login to write comment.