Color Hex Logo

#c396cb Color Hex

#C396CB
(195,150,203)
0 Favorites   0 Comments

Color spaces of #c396cb

RGB 195150203
HSL0.810.340.69
HSV291°26°80°
CMYK 0.040.260.00   0.20
XYZ44.191537.726661.4527
Yxy37.72660.30820.2631
Hunter Lab61.422020.9376-16.3243
CIE-Lab67.818626.0627-20.7664

#c396cb color RGB value is (195,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010110 11001011
Octal 303 226 313
Decimal 195 150 203
Hex C3 96 CB

RGB Percentages of Color #c396cb

%35.58
%27.37
%37.04

CMYK Percentages of Color #c396cb

%4
%26
%0
%20

Triadic Colors of #c396cb

#c396cb #cbc396 #96cbc3

Analogous Colors of #c396cb

#c396cb #cb96b9 #a996cb

Monochromatic Colors of #c396cb

#c396cb

Complementary Color

#c396cb #9ecb96

#c396cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c396cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c396cb Color CSS Codes

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

#c396cb Text Font Color

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

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


#c396cb Background Color

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

This div background color is #c396cb


#c396cb Border Color

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

This div border color is #c396cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c396cb


Comments

No comments written yet.

Please login to write comment.