Color Hex Logo

#c57ecb Color Hex

#C57ECB
(197,126,203)
0 Favorites   0 Comments

Color spaces of #c57ecb

RGB 197126203
HSL0.820.430.65
HSV295°38°80°
CMYK 0.030.380.00   0.20
XYZ41.266331.103860.3286
Yxy31.10380.31100.2344
Hunter Lab55.770834.4781-25.0959
CIE-Lab62.595239.8351-28.7584

#c57ecb color RGB value is (197,126,203).

#c57ecb hex color red value is 197, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c57ecb hue: 0.82 , saturation: 0.43 and the lightness value of c57ecb is 0.65.

The process color (four color CMYK) of #c57ecb color hex is 0.03, 0.38, 0.00, 0.20. Web safe color of #c57ecb is #cc66cc. Color #c57ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 11001011
Octal 305 176 313
Decimal 197 126 203
Hex C5 7E CB

RGB Percentages of Color #c57ecb

%37.45
%23.95
%38.59

CMYK Percentages of Color #c57ecb

%3
%38
%0
%20

Triadic Colors of #c57ecb

#c57ecb #cbc57e #7ecbc5

Analogous Colors of #c57ecb

#c57ecb #cb7eab #9f7ecb

Monochromatic Colors of #c57ecb

#c57ecb

Complementary Color

#c57ecb #84cb7e

#c57ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ecb Color CSS Codes

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

#c57ecb Text Font Color

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

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


#c57ecb Background Color

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

This div background color is #c57ecb


#c57ecb Border Color

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

This div border color is #c57ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ecb


Comments

No comments written yet.

Please login to write comment.