Color Hex Logo

#c394bd Color Hex

#C394BD
(195,148,189)
0 Favorites   0 Comments

Color spaces of #c394bd

RGB 195148189
HSL0.850.280.67
HSV308°24°76°
CMYK 0.000.240.03   0.24
XYZ42.280936.456052.9524
Yxy36.45600.32110.2768
Hunter Lab60.378819.3336-9.7324
CIE-Lab66.866924.5003-14.4055

#c394bd color RGB value is (195,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 10111101
Octal 303 224 275
Decimal 195 148 189
Hex C3 94 BD

RGB Percentages of Color #c394bd

%36.65
%27.82
%35.53

CMYK Percentages of Color #c394bd

%0
%24
%3
%24

Triadic Colors of #c394bd

#c394bd #bdc394 #94bdc3

Analogous Colors of #c394bd

#c394bd #c394a6 #b294c3

Monochromatic Colors of #c394bd

#c394bd

Complementary Color

#c394bd #94c39a

#c394bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394bd Color CSS Codes

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

#c394bd Text Font Color

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

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


#c394bd Background Color

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

This div background color is #c394bd


#c394bd Border Color

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

This div border color is #c394bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394bd


Comments

No comments written yet.

Please login to write comment.