Color Hex Logo

#c394de Color Hex

#C394DE
(195,148,222)
0 Favorites   0 Comments

Color spaces of #c394de

RGB 195148222
HSL0.770.530.73
HSV278°33°87°
CMYK 0.120.330.00   0.13
XYZ46.280438.055874.0135
Yxy38.05580.29230.2403
Hunter Lab61.689425.9572-27.9522
CIE-Lab68.061731.0244-30.9179

#c394de color RGB value is (195,148,222).

#c394de hex color red value is 195, green value is 148 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c394de hue: 0.77 , saturation: 0.53 and the lightness value of c394de is 0.73.

The process color (four color CMYK) of #c394de color hex is 0.12, 0.33, 0.00, 0.13. Web safe color of #c394de is #cc99cc. Color #c394de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 11011110
Octal 303 224 336
Decimal 195 148 222
Hex C3 94 DE

RGB Percentages of Color #c394de

%34.51
%26.19
%39.29

CMYK Percentages of Color #c394de

%12
%33
%0
%13

Triadic Colors of #c394de

#c394de #dec394 #94dec3

Analogous Colors of #c394de

#c394de #de94d4 #9e94de

Monochromatic Colors of #c394de

#c394de

Complementary Color

#c394de #afde94

#c394de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394de Color CSS Codes

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

#c394de Text Font Color

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

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


#c394de Background Color

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

This div background color is #c394de


#c394de Border Color

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

This div border color is #c394de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394de


Comments

No comments written yet.

Please login to write comment.