Color Hex Logo

#c58fea Color Hex

#C58FEA
(197,143,234)
0 Favorites   0 Comments

Color spaces of #c58fea

RGB 197143234
HSL0.770.680.74
HSV276°39°92°
CMYK 0.160.390.00   0.08
XYZ47.699737.455882.5575
Yxy37.45580.28440.2233
Hunter Lab61.201132.0195-37.1387
CIE-Lab67.617636.9194-38.2054

#c58fea color RGB value is (197,143,234).

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

The process color (four color CMYK) of #c58fea color hex is 0.16, 0.39, 0.00, 0.08. Web safe color of #c58fea is #cc99ff. Color #c58fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11101010
Octal 305 217 352
Decimal 197 143 234
Hex C5 8F EA

RGB Percentages of Color #c58fea

%34.32
%24.91
%40.77

CMYK Percentages of Color #c58fea

%16
%39
%0
%8

Triadic Colors of #c58fea

#c58fea #eac58f #8feac5

Analogous Colors of #c58fea

#c58fea #ea8fe2 #988fea

Monochromatic Colors of #c58fea

#c58fea

Complementary Color

#c58fea #b4ea8f

#c58fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fea Color CSS Codes

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

#c58fea Text Font Color

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

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


#c58fea Background Color

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

This div background color is #c58fea


#c58fea Border Color

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

This div border color is #c58fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fea


Comments

No comments written yet.

Please login to write comment.