Color Hex Logo

#c59beb Color Hex

#C59BEB
(197,155,235)
0 Favorites   0 Comments

Color spaces of #c59beb

RGB 197155235
HSL0.750.670.76
HSV272°34°92°
CMYK 0.160.340.00   0.08
XYZ49.742741.311283.9494
Yxy41.31120.28420.2361
Hunter Lab64.273825.6654-32.4483
CIE-Lab70.393430.5484-34.4387

#c59beb color RGB value is (197,155,235).

#c59beb hex color red value is 197, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c59beb hue: 0.75 , saturation: 0.67 and the lightness value of c59beb is 0.76.

The process color (four color CMYK) of #c59beb color hex is 0.16, 0.34, 0.00, 0.08. Web safe color of #c59beb is #cc99ff. Color #c59beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011011 11101011
Octal 305 233 353
Decimal 197 155 235
Hex C5 9B EB

RGB Percentages of Color #c59beb

%33.56
%26.41
%40.03

CMYK Percentages of Color #c59beb

%16
%34
%0
%8

Triadic Colors of #c59beb

#c59beb #ebc59b #9bebc5

Analogous Colors of #c59beb

#c59beb #eb9be9 #9d9beb

Monochromatic Colors of #c59beb

#c59beb

Complementary Color

#c59beb #c1eb9b

#c59beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59beb Color CSS Codes

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

#c59beb Text Font Color

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

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


#c59beb Background Color

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

This div background color is #c59beb


#c59beb Border Color

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

This div border color is #c59beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,155,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c59beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c59beb;
  -webkit-box-shadow: 1px 1px 3px 2px #c59beb;
  box-shadow:         1px 1px 3px 2px #c59beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,155,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59beb


Comments

No comments written yet.

Please login to write comment.