Color Hex Logo

#c58cfd Color Hex

#C58CFD
(197,140,253)
0 Favorites   0 Comments

Color spaces of #c58cfd

RGB 197140253
HSL0.750.970.77
HSV270°45°99°
CMYK 0.220.450.00   0.01
XYZ50.133737.718397.5665
Yxy37.71830.27040.2034
Hunter Lab61.415238.2342-51.1996
CIE-Lab67.812542.7261-48.3119

#c58cfd color RGB value is (197,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 11111101
Octal 305 214 375
Decimal 197 140 253
Hex C5 8C FD

RGB Percentages of Color #c58cfd

%33.39
%23.73
%42.88

CMYK Percentages of Color #c58cfd

%22
%45
%0
%1

Triadic Colors of #c58cfd

#c58cfd #fdc58c #8cfdc5

Analogous Colors of #c58cfd

#c58cfd #fd8cfd #8d8cfd

Monochromatic Colors of #c58cfd

#c58cfd

Complementary Color

#c58cfd #c4fd8c

#c58cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58cfd Color CSS Codes

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

#c58cfd Text Font Color

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

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


#c58cfd Background Color

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

This div background color is #c58cfd


#c58cfd Border Color

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

This div border color is #c58cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58cfd


Comments

No comments written yet.

Please login to write comment.