Color Hex Logo

#c394bb Color Hex

#C394BB
(195,148,187)
0 Favorites   0 Comments

Color spaces of #c394bb

RGB 195148187
HSL0.860.280.67
HSV310°24°76°
CMYK 0.000.240.04   0.24
XYZ42.065236.369851.8167
Yxy36.36980.32300.2792
Hunter Lab60.307418.9682-8.7274
CIE-Lab66.801524.1319-13.3856

#c394bb color RGB value is (195,148,187).

#c394bb hex color red value is 195, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c394bb hue: 0.86 , saturation: 0.28 and the lightness value of c394bb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 10111011
Octal 303 224 273
Decimal 195 148 187
Hex C3 94 BB

RGB Percentages of Color #c394bb

%36.79
%27.92
%35.28

CMYK Percentages of Color #c394bb

%0
%24
%4
%24

Triadic Colors of #c394bb

#c394bb #bbc394 #94bbc3

Analogous Colors of #c394bb

#c394bb #c394a4 #b494c3

Monochromatic Colors of #c394bb

#c394bb

Complementary Color

#c394bb #94c39c

#c394bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394bb Color CSS Codes

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

#c394bb Text Font Color

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

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


#c394bb Background Color

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

This div background color is #c394bb


#c394bb Border Color

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

This div border color is #c394bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394bb


Comments

No comments written yet.

Please login to write comment.