Color Hex Logo

#c59efd Color Hex

#C59EFD
(197,158,253)
0 Favorites   0 Comments

Color spaces of #c59efd

RGB 197158253
HSL0.740.960.81
HSV265°38°99°
CMYK 0.220.380.00   0.01
XYZ52.982443.415998.5161
Yxy43.41590.27180.2227
Hunter Lab65.890728.2221-42.5235
CIE-Lab71.836332.8931-41.9978

#c59efd color RGB value is (197,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011110 11111101
Octal 305 236 375
Decimal 197 158 253
Hex C5 9E FD

RGB Percentages of Color #c59efd

%32.40
%25.99
%41.61

CMYK Percentages of Color #c59efd

%22
%38
%0
%1

Triadic Colors of #c59efd

#c59efd #fdc59e #9efdc5

Analogous Colors of #c59efd

#c59efd #f59efd #9ea7fd

Monochromatic Colors of #c59efd

#c59efd

Complementary Color

#c59efd #d6fd9e

#c59efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59efd Color CSS Codes

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

#c59efd Text Font Color

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

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


#c59efd Background Color

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

This div background color is #c59efd


#c59efd Border Color

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

This div border color is #c59efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59efd


Comments

No comments written yet.

Please login to write comment.