Color Hex Logo

#c57eef Color Hex

#C57EEF
(197,126,239)
0 Favorites   0 Comments

Color spaces of #c57eef

RGB 197126239
HSL0.770.780.72
HSV278°47°94°
CMYK 0.180.470.00   0.06
XYZ46.066833.024085.6076
Yxy33.02400.27970.2005
Hunter Lab57.466542.5243-48.0975
CIE-Lab64.180347.1484-46.3505

#c57eef color RGB value is (197,126,239).

#c57eef hex color red value is 197, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c57eef hue: 0.77 , saturation: 0.78 and the lightness value of c57eef is 0.72.

The process color (four color CMYK) of #c57eef color hex is 0.18, 0.47, 0.00, 0.06. Web safe color of #c57eef is #cc66ff. Color #c57eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 11101111
Octal 305 176 357
Decimal 197 126 239
Hex C5 7E EF

RGB Percentages of Color #c57eef

%35.05
%22.42
%42.53

CMYK Percentages of Color #c57eef

%18
%47
%0
%6

Triadic Colors of #c57eef

#c57eef #efc57e #7eefc5

Analogous Colors of #c57eef

#c57eef #ef7ee1 #8d7eef

Monochromatic Colors of #c57eef

#c57eef

Complementary Color

#c57eef #a8ef7e

#c57eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57eef Color CSS Codes

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

#c57eef Text Font Color

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

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


#c57eef Background Color

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

This div background color is #c57eef


#c57eef Border Color

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

This div border color is #c57eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57eef


Comments

No comments written yet.

Please login to write comment.