Color Hex Logo

#c396dd Color Hex

#C396DD
(195,150,221)
0 Favorites   0 Comments

Color spaces of #c396dd

RGB 195150221
HSL0.770.510.73
HSV278°32°87°
CMYK 0.120.320.00   0.13
XYZ46.463238.635373.4151
Yxy38.63530.29310.2437
Hunter Lab62.157324.6552-26.5184
CIE-Lab68.486329.7117-29.7107

#c396dd color RGB value is (195,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010110 11011101
Octal 303 226 335
Decimal 195 150 221
Hex C3 96 DD

RGB Percentages of Color #c396dd

%34.45
%26.50
%39.05

CMYK Percentages of Color #c396dd

%12
%32
%0
%13

Triadic Colors of #c396dd

#c396dd #ddc396 #96ddc3

Analogous Colors of #c396dd

#c396dd #dd96d4 #a096dd

Monochromatic Colors of #c396dd

#c396dd

Complementary Color

#c396dd #b0dd96

#c396dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c396dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c396dd Color CSS Codes

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

#c396dd Text Font Color

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

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


#c396dd Background Color

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

This div background color is #c396dd


#c396dd Border Color

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

This div border color is #c396dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c396dd


Comments

No comments written yet.

Please login to write comment.