Color Hex Logo

#c57ffb Color Hex

#C57FFB
(197,127,251)
0 Favorites   0 Comments

Color spaces of #c57ffb

RGB 197127251
HSL0.760.940.74
HSV274°49°98°
CMYK 0.220.490.00   0.02
XYZ48.027934.014195.3008
Yxy34.01410.27080.1918
Hunter Lab58.321644.9321-56.0581
CIE-Lab64.973849.2245-51.7020

#c57ffb color RGB value is (197,127,251).

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

The process color (four color CMYK) of #c57ffb color hex is 0.22, 0.49, 0.00, 0.02. Web safe color of #c57ffb is #cc66ff. Color #c57ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 11111011
Octal 305 177 373
Decimal 197 127 251
Hex C5 7F FB

RGB Percentages of Color #c57ffb

%34.26
%22.09
%43.65

CMYK Percentages of Color #c57ffb

%22
%49
%0
%2

Triadic Colors of #c57ffb

#c57ffb #fbc57f #7ffbc5

Analogous Colors of #c57ffb

#c57ffb #fb7ff3 #877ffb

Monochromatic Colors of #c57ffb

#c57ffb

Complementary Color

#c57ffb #b5fb7f

#c57ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ffb Color CSS Codes

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

#c57ffb Text Font Color

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

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


#c57ffb Background Color

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

This div background color is #c57ffb


#c57ffb Border Color

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

This div border color is #c57ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ffb


Comments

No comments written yet.

Please login to write comment.