Color Hex Logo

#c58efb Color Hex

#C58EFB
(197,142,251)
0 Favorites   0 Comments

Color spaces of #c58efb

RGB 197142251
HSL0.750.930.77
HSV270°43°98°
CMYK 0.220.430.00   0.02
XYZ50.111538.181495.9954
Yxy38.18140.27190.2072
Hunter Lab61.791136.6260-48.8561
CIE-Lab68.154141.1939-46.6824

#c58efb color RGB value is (197,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 11111011
Octal 305 216 373
Decimal 197 142 251
Hex C5 8E FB

RGB Percentages of Color #c58efb

%33.39
%24.07
%42.54

CMYK Percentages of Color #c58efb

%22
%43
%0
%2

Triadic Colors of #c58efb

#c58efb #fbc58e #8efbc5

Analogous Colors of #c58efb

#c58efb #fb8efb #8f8efb

Monochromatic Colors of #c58efb

#c58efb

Complementary Color

#c58efb #c4fb8e

#c58efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58efb Color CSS Codes

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

#c58efb Text Font Color

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

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


#c58efb Background Color

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

This div background color is #c58efb


#c58efb Border Color

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

This div border color is #c58efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58efb

Related Colors


Comments

No comments written yet.

Please login to write comment.