Color Hex Logo

#c59ffd Color Hex

#C59FFD
(197,159,253)
0 Favorites   0 Comments

Color spaces of #c59ffd

RGB 197159253
HSL0.730.960.81
HSV264°37°99°
CMYK 0.220.370.00   0.01
XYZ53.153743.758498.5732
Yxy43.75840.27190.2238
Hunter Lab66.150127.6676-42.0455
CIE-Lab72.066732.3431-41.6379

#c59ffd color RGB value is (197,159,253).

#c59ffd hex color red value is 197, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c59ffd hue: 0.73 , saturation: 0.96 and the lightness value of c59ffd is 0.81.

The process color (four color CMYK) of #c59ffd color hex is 0.22, 0.37, 0.00, 0.01. Web safe color of #c59ffd is #cc99ff. Color #c59ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011111 11111101
Octal 305 237 375
Decimal 197 159 253
Hex C5 9F FD

RGB Percentages of Color #c59ffd

%32.35
%26.11
%41.54

CMYK Percentages of Color #c59ffd

%22
%37
%0
%1

Triadic Colors of #c59ffd

#c59ffd #fdc59f #9ffdc5

Analogous Colors of #c59ffd

#c59ffd #f49ffd #9fa8fd

Monochromatic Colors of #c59ffd

#c59ffd

Complementary Color

#c59ffd #d7fd9f

#c59ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ffd Color CSS Codes

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

#c59ffd Text Font Color

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

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


#c59ffd Background Color

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

This div background color is #c59ffd


#c59ffd Border Color

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

This div border color is #c59ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ffd


Comments

No comments written yet.

Please login to write comment.