Color Hex Logo

#c59efe Color Hex

#C59EFE
(197,158,254)
0 Favorites   0 Comments

Color spaces of #c59efe

RGB 197158254
HSL0.730.980.81
HSV264°38°100°
CMYK 0.220.380.00   0.00
XYZ53.142243.479899.3575
Yxy43.47980.27120.2219
Hunter Lab65.939228.4644-43.1810
CIE-Lab71.879433.1207-42.4727

#c59efe color RGB value is (197,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011110 11111110
Octal 305 236 376
Decimal 197 158 254
Hex C5 9E FE

RGB Percentages of Color #c59efe

%32.35
%25.94
%41.71

CMYK Percentages of Color #c59efe

%22
%38
%0
%0

Triadic Colors of #c59efe

#c59efe #fec59e #9efec5

Analogous Colors of #c59efe

#c59efe #f59efe #9ea7fe

Monochromatic Colors of #c59efe

#c59efe

Complementary Color

#c59efe #d7fe9e

#c59efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59efe Color CSS Codes

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

#c59efe Text Font Color

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

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


#c59efe Background Color

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

This div background color is #c59efe


#c59efe Border Color

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

This div border color is #c59efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59efe

Related Colors


Comments

No comments written yet.

Please login to write comment.