Color Hex Logo

#c394cc Color Hex

#C394CC
(195,148,204)
0 Favorites   0 Comments

Color spaces of #c394cc

RGB 195148204
HSL0.810.350.69
HSV290°27°80°
CMYK 0.040.270.00   0.20
XYZ43.994737.141561.9770
Yxy37.14150.30740.2595
Hunter Lab60.943822.2056-17.6345
CIE-Lab67.383127.3643-21.9861

#c394cc color RGB value is (195,148,204).

#c394cc hex color red value is 195, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c394cc hue: 0.81 , saturation: 0.35 and the lightness value of c394cc is 0.69.

The process color (four color CMYK) of #c394cc color hex is 0.04, 0.27, 0.00, 0.20. Web safe color of #c394cc is #cc99cc. Color #c394cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 11001100
Octal 303 224 314
Decimal 195 148 204
Hex C3 94 CC

RGB Percentages of Color #c394cc

%35.65
%27.06
%37.29

CMYK Percentages of Color #c394cc

%4
%27
%0
%20

Triadic Colors of #c394cc

#c394cc #ccc394 #94ccc3

Analogous Colors of #c394cc

#c394cc #cc94b9 #a794cc

Monochromatic Colors of #c394cc

#c394cc

Complementary Color

#c394cc #9dcc94

#c394cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394cc Color CSS Codes

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

#c394cc Text Font Color

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

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


#c394cc Background Color

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

This div background color is #c394cc


#c394cc Border Color

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

This div border color is #c394cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394cc


Comments

No comments written yet.

Please login to write comment.