Color Hex Logo

#c38eb7 Color Hex

#C38EB7
(195,142,183)
0 Favorites   0 Comments

Color spaces of #c38eb7

RGB 195142183
HSL0.870.310.66
HSV314°27°76°
CMYK 0.000.270.06   0.24
XYZ40.725934.367049.2868
Yxy34.36700.32740.2763
Hunter Lab58.623421.4138-8.8109
CIE-Lab65.252826.7197-13.4720

#c38eb7 color RGB value is (195,142,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001110 10110111
Octal 303 216 267
Decimal 195 142 183
Hex C3 8E B7

RGB Percentages of Color #c38eb7

%37.50
%27.31
%35.19

CMYK Percentages of Color #c38eb7

%0
%27
%6
%24

Triadic Colors of #c38eb7

#c38eb7 #b7c38e #8eb7c3

Analogous Colors of #c38eb7

#c38eb7 #c38e9d #b58ec3

Monochromatic Colors of #c38eb7

#c38eb7

Complementary Color

#c38eb7 #8ec39a

#c38eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38eb7 Color CSS Codes

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

#c38eb7 Text Font Color

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

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


#c38eb7 Background Color

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

This div background color is #c38eb7


#c38eb7 Border Color

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

This div border color is #c38eb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38eb7


Comments

No comments written yet.

Please login to write comment.