Color Hex Logo

#c57feb Color Hex

#C57FEB
(197,127,235)
0 Favorites   0 Comments

Color spaces of #c57feb

RGB 197127235
HSL0.770.730.71
HSV279°46°92°
CMYK 0.160.460.00   0.08
XYZ45.610733.047282.5721
Yxy33.04720.28290.2050
Hunter Lab57.486741.0225-44.9216
CIE-Lab64.199145.7670-44.1101

#c57feb color RGB value is (197,127,235).

#c57feb hex color red value is 197, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c57feb hue: 0.77 , saturation: 0.73 and the lightness value of c57feb is 0.71.

The process color (four color CMYK) of #c57feb color hex is 0.16, 0.46, 0.00, 0.08. Web safe color of #c57feb is #cc66ff. Color #c57feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 11101011
Octal 305 177 353
Decimal 197 127 235
Hex C5 7F EB

RGB Percentages of Color #c57feb

%35.24
%22.72
%42.04

CMYK Percentages of Color #c57feb

%16
%46
%0
%8

Triadic Colors of #c57feb

#c57feb #ebc57f #7febc5

Analogous Colors of #c57feb

#c57feb #eb7fdb #8f7feb

Monochromatic Colors of #c57feb

#c57feb

Complementary Color

#c57feb #a5eb7f

#c57feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57feb Color CSS Codes

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

#c57feb Text Font Color

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

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


#c57feb Background Color

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

This div background color is #c57feb


#c57feb Border Color

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

This div border color is #c57feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57feb


Comments

No comments written yet.

Please login to write comment.