Color Hex Logo

#c38bae Color Hex

#C38BAE
(195,139,174)
0 Favorites   0 Comments

Color spaces of #c38bae

RGB 195139174
HSL0.900.320.65
HSV323°29°76°
CMYK 0.000.290.11   0.24
XYZ39.378333.123344.3624
Yxy33.12330.33700.2834
Hunter Lab57.552821.4142-5.4144
CIE-Lab64.260626.7921-9.8879

#c38bae color RGB value is (195,139,174).

#c38bae hex color red value is 195, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c38bae hue: 0.90 , saturation: 0.32 and the lightness value of c38bae is 0.65.

The process color (four color CMYK) of #c38bae color hex is 0.00, 0.29, 0.11, 0.24. Web safe color of #c38bae is #cc9999. Color #c38bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001011 10101110
Octal 303 213 256
Decimal 195 139 174
Hex C3 8B AE

RGB Percentages of Color #c38bae

%38.39
%27.36
%34.25

CMYK Percentages of Color #c38bae

%0
%29
%11
%24

Triadic Colors of #c38bae

#c38bae #aec38b #8baec3

Analogous Colors of #c38bae

#c38bae #c38b92 #bc8bc3

Monochromatic Colors of #c38bae

#c38bae

Complementary Color

#c38bae #8bc3a0

#c38bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38bae Color CSS Codes

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

#c38bae Text Font Color

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

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


#c38bae Background Color

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

This div background color is #c38bae


#c38bae Border Color

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

This div border color is #c38bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38bae


Comments

No comments written yet.

Please login to write comment.