Color Hex Logo

#c57edb Color Hex

#C57EDB
(197,126,219)
0 Favorites   0 Comments

Color spaces of #c57edb

RGB 197126219
HSL0.790.560.68
HSV286°42°86°
CMYK 0.100.420.00   0.14
XYZ43.273031.906570.8957
Yxy31.90650.29620.2184
Hunter Lab56.485837.8961-34.8751
CIE-Lab63.265542.9857-36.6824

#c57edb color RGB value is (197,126,219).

#c57edb hex color red value is 197, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c57edb hue: 0.79 , saturation: 0.56 and the lightness value of c57edb is 0.68.

The process color (four color CMYK) of #c57edb color hex is 0.10, 0.42, 0.00, 0.14. Web safe color of #c57edb is #cc66cc. Color #c57edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 11011011
Octal 305 176 333
Decimal 197 126 219
Hex C5 7E DB

RGB Percentages of Color #c57edb

%36.35
%23.25
%40.41

CMYK Percentages of Color #c57edb

%10
%42
%0
%14

Triadic Colors of #c57edb

#c57edb #dbc57e #7edbc5

Analogous Colors of #c57edb

#c57edb #db7ec3 #977edb

Monochromatic Colors of #c57edb

#c57edb

Complementary Color

#c57edb #94db7e

#c57edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57edb Color CSS Codes

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

#c57edb Text Font Color

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

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


#c57edb Background Color

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

This div background color is #c57edb


#c57edb Border Color

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

This div border color is #c57edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57edb


Comments

No comments written yet.

Please login to write comment.