Color Hex Logo

#c58efd Color Hex

#C58EFD
(197,142,253)
0 Favorites   0 Comments

Color spaces of #c58efd

RGB 197142253
HSL0.750.970.77
HSV270°44°99°
CMYK 0.220.440.00   0.01
XYZ50.428638.308297.6648
Yxy38.30820.27050.2055
Hunter Lab61.893637.1213-50.2309
CIE-Lab68.247241.6430-47.6272

#c58efd color RGB value is (197,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 11111101
Octal 305 216 375
Decimal 197 142 253
Hex C5 8E FD

RGB Percentages of Color #c58efd

%33.28
%23.99
%42.74

CMYK Percentages of Color #c58efd

%22
%44
%0
%1

Triadic Colors of #c58efd

#c58efd #fdc58e #8efdc5

Analogous Colors of #c58efd

#c58efd #fd8efd #8e8ffd

Monochromatic Colors of #c58efd

#c58efd

Complementary Color

#c58efd #c6fd8e

#c58efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58efd Color CSS Codes

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

#c58efd Text Font Color

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

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


#c58efd Background Color

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

This div background color is #c58efd


#c58efd Border Color

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

This div border color is #c58efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58efd


Comments

No comments written yet.

Please login to write comment.