Color Hex Logo

#c391de Color Hex

#C391DE
(195,145,222)
0 Favorites   0 Comments

Color spaces of #c391de

RGB 195145222
HSL0.770.540.72
HSV279°35°87°
CMYK 0.120.350.00   0.13
XYZ45.815937.126873.8587
Yxy37.12680.29220.2368
Hunter Lab60.931827.5874-29.2164
CIE-Lab67.372132.6767-31.9843

#c391de color RGB value is (195,145,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010001 11011110
Octal 303 221 336
Decimal 195 145 222
Hex C3 91 DE

RGB Percentages of Color #c391de

%34.70
%25.80
%39.50

CMYK Percentages of Color #c391de

%12
%35
%0
%13

Triadic Colors of #c391de

#c391de #dec391 #91dec3

Analogous Colors of #c391de

#c391de #de91d3 #9d91de

Monochromatic Colors of #c391de

#c391de

Complementary Color

#c391de #acde91

#c391de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c391de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c391de Color CSS Codes

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

#c391de Text Font Color

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

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


#c391de Background Color

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

This div background color is #c391de


#c391de Border Color

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

This div border color is #c391de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,145,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 #c391de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c391de


Comments

No comments written yet.

Please login to write comment.