Color Hex Logo

#c59bed Color Hex

#C59BED
(197,155,237)
0 Favorites   0 Comments

Color spaces of #c59bed

RGB 197155237
HSL0.750.690.77
HSV271°35°93°
CMYK 0.170.350.00   0.07
XYZ50.033441.427485.4800
Yxy41.42740.28280.2341
Hunter Lab64.364126.1196-33.6863
CIE-Lab70.474330.9830-35.4071

#c59bed color RGB value is (197,155,237).

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

The process color (four color CMYK) of #c59bed color hex is 0.17, 0.35, 0.00, 0.07. Web safe color of #c59bed is #cc99ff. Color #c59bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011011 11101101
Octal 305 233 355
Decimal 197 155 237
Hex C5 9B ED

RGB Percentages of Color #c59bed

%33.45
%26.32
%40.24

CMYK Percentages of Color #c59bed

%17
%35
%0
%7

Triadic Colors of #c59bed

#c59bed #edc59b #9bedc5

Analogous Colors of #c59bed

#c59bed #ed9bec #9c9bed

Monochromatic Colors of #c59bed

#c59bed

Complementary Color

#c59bed #c3ed9b

#c59bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59bed Color CSS Codes

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

#c59bed Text Font Color

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

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


#c59bed Background Color

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

This div background color is #c59bed


#c59bed Border Color

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

This div border color is #c59bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59bed

#c59bed Color Palettes


Comments

No comments written yet.

Please login to write comment.