Color Hex Logo

#c38ebf Color Hex

#C38EBF
(195,142,191)
0 Favorites   0 Comments

Color spaces of #c38ebf

RGB 195142191
HSL0.850.310.66
HSV305°27°76°
CMYK 0.000.270.02   0.24
XYZ41.582634.709753.7982
Yxy34.70970.31960.2668
Hunter Lab58.914922.8855-12.9002
CIE-Lab65.522028.1842-17.5572

#c38ebf color RGB value is (195,142,191).

#c38ebf hex color red value is 195, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c38ebf hue: 0.85 , saturation: 0.31 and the lightness value of c38ebf is 0.66.

The process color (four color CMYK) of #c38ebf color hex is 0.00, 0.27, 0.02, 0.24. Web safe color of #c38ebf is #cc99cc. Color #c38ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 10111111
Octal 303 216 277
Decimal 195 142 191
Hex C3 8E BF

RGB Percentages of Color #c38ebf

%36.93
%26.89
%36.17

CMYK Percentages of Color #c38ebf

%0
%27
%2
%24

Triadic Colors of #c38ebf

#c38ebf #bfc38e #8ebfc3

Analogous Colors of #c38ebf

#c38ebf #c38ea5 #ad8ec3

Monochromatic Colors of #c38ebf

#c38ebf

Complementary Color

#c38ebf #8ec392

#c38ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ebf Color CSS Codes

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

#c38ebf Text Font Color

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

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


#c38ebf Background Color

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

This div background color is #c38ebf


#c38ebf Border Color

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

This div border color is #c38ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ebf


Comments

No comments written yet.

Please login to write comment.