Color Hex Logo

#c394ca Color Hex

#C394CA
(195,148,202)
0 Favorites   0 Comments

Color spaces of #c394ca

RGB 195148202
HSL0.810.340.69
HSV292°27°79°
CMYK 0.030.270.00   0.21
XYZ43.756337.046260.7215
Yxy37.04620.30920.2618
Hunter Lab60.865621.8089-16.5437
CIE-Lab67.311726.9721-20.9823

#c394ca color RGB value is (195,148,202).

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

The process color (four color CMYK) of #c394ca color hex is 0.03, 0.27, 0.00, 0.21. Web safe color of #c394ca is #cc99cc. Color #c394ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 11001010
Octal 303 224 312
Decimal 195 148 202
Hex C3 94 CA

RGB Percentages of Color #c394ca

%35.78
%27.16
%37.06

CMYK Percentages of Color #c394ca

%3
%27
%0
%21

Triadic Colors of #c394ca

#c394ca #cac394 #94cac3

Analogous Colors of #c394ca

#c394ca #ca94b6 #a894ca

Monochromatic Colors of #c394ca

#c394ca

Complementary Color

#c394ca #9bca94

#c394ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394ca Color CSS Codes

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

#c394ca Text Font Color

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

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


#c394ca Background Color

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

This div background color is #c394ca


#c394ca Border Color

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

This div border color is #c394ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394ca


Comments

No comments written yet.

Please login to write comment.