Color Hex Logo

#c58fec Color Hex

#C58FEC
(197,143,236)
0 Favorites   0 Comments

Color spaces of #c58fec

RGB 197143236
HSL0.760.710.74
HSV275°39°93°
CMYK 0.170.390.00   0.07
XYZ47.988737.571484.0796
Yxy37.57140.28290.2215
Hunter Lab61.295532.4818-38.4218
CIE-Lab67.703537.3499-39.1712

#c58fec color RGB value is (197,143,236).

#c58fec hex color red value is 197, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c58fec hue: 0.76 , saturation: 0.71 and the lightness value of c58fec is 0.74.

The process color (four color CMYK) of #c58fec color hex is 0.17, 0.39, 0.00, 0.07. Web safe color of #c58fec is #cc99ff. Color #c58fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11101100
Octal 305 217 354
Decimal 197 143 236
Hex C5 8F EC

RGB Percentages of Color #c58fec

%34.20
%24.83
%40.97

CMYK Percentages of Color #c58fec

%17
%39
%0
%7

Triadic Colors of #c58fec

#c58fec #ecc58f #8fecc5

Analogous Colors of #c58fec

#c58fec #ec8fe5 #978fec

Monochromatic Colors of #c58fec

#c58fec

Complementary Color

#c58fec #b6ec8f

#c58fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fec Color CSS Codes

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

#c58fec Text Font Color

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

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


#c58fec Background Color

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

This div background color is #c58fec


#c58fec Border Color

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

This div border color is #c58fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fec


Comments

No comments written yet.

Please login to write comment.