color codes Logo

#c59ffb color codes

#C59FFB
(197,159,251)
0 Favorites   0 Comments

Color spaces of #c59ffb

RGB 197159251
HSL0.740.920.80
HSV265°37°98°
CMYK 0.220.370.00   0.02
XYZ52.836743.631696.9037
Yxy43.63160.27320.2256
Hunter Lab66.054227.1871-40.7424
CIE-Lab71.981631.8896-40.6862

#c59ffb color RGB value is (197,159,251).

#c59ffb hex color red value is 197, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c59ffb hue: 0.74 , saturation: 0.92 and the lightness value of c59ffb is 0.80.

The process color (four color CMYK) of #c59ffb color code is 0.22, 0.37, 0.00, 0.02. Web safe color of #c59ffb is #cc99ff. Color #c59ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011111 11111011
Octal 305 237 373
Decimal 197 159 251
Hex C5 9F FB

RGB Percentages of Color #c59ffb

%32.45
%26.19
%41.35

CMYK Percentages of Color #c59ffb

%22
%37
%0
%2

Triadic Colors of #c59ffb

#c59ffb #fbc59f #9ffbc5

Analogous Colors of #c59ffb

#c59ffb #f39ffb #9fa7fb

Monochromatic Colors of #c59ffb

#c59ffb

Complementary Color

#c59ffb #d5fb9f

#c59ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ffb Color CSS Codes

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

#c59ffb Text Font Color

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

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


#c59ffb Background Color

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

This div background color is #c59ffb


#c59ffb Border Color

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

This div border color is #c59ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.