Color Hex Logo

#c96bed Color Hex

#C96BED
(201,107,237)
0 Favorites   0 Comments

Color spaces of #c96bed

RGB 201107237
HSL0.790.780.67
HSV283°55°93°
CMYK 0.150.550.00   0.07
XYZ44.631229.047383.3751
Yxy29.04730.28420.1850
Hunter Lab53.895553.4996-53.9933
CIE-Lab60.823457.4952-50.5197

#c96bed color RGB value is (201,107,237).

#c96bed hex color red value is 201, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c96bed hue: 0.79 , saturation: 0.78 and the lightness value of c96bed is 0.67.

The process color (four color CMYK) of #c96bed color hex is 0.15, 0.55, 0.00, 0.07. Web safe color of #c96bed is #cc66ff. Color #c96bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101011 11101101
Octal 311 153 355
Decimal 201 107 237
Hex C9 6B ED

RGB Percentages of Color #c96bed

%36.88
%19.63
%43.49

CMYK Percentages of Color #c96bed

%15
%55
%0
%7

Triadic Colors of #c96bed

#c96bed #edc96b #6bedc9

Analogous Colors of #c96bed

#c96bed #ed6bd0 #886bed

Monochromatic Colors of #c96bed

#c96bed

Complementary Color

#c96bed #8fed6b

#c96bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96bed Color CSS Codes

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

#c96bed Text Font Color

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

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


#c96bed Background Color

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

This div background color is #c96bed


#c96bed Border Color

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

This div border color is #c96bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,107,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c96bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c96bed;
  -webkit-box-shadow: 1px 1px 3px 2px #c96bed;
  box-shadow:         1px 1px 3px 2px #c96bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,107,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96bed


Comments

No comments written yet.

Please login to write comment.