Color Hex Logo

#c57eca Color Hex

#C57ECA
(197,126,202)
0 Favorites   0 Comments

Color spaces of #c57eca

RGB 197126202
HSL0.820.420.64
HSV296°38°79°
CMYK 0.020.380.00   0.21
XYZ41.147531.056359.7029
Yxy31.05630.31190.2354
Hunter Lab55.728234.2731-24.5090
CIE-Lab62.555139.6440-28.2575

#c57eca color RGB value is (197,126,202).

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

The process color (four color CMYK) of #c57eca color hex is 0.02, 0.38, 0.00, 0.21. Web safe color of #c57eca is #cc66cc. Color #c57eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 11001010
Octal 305 176 312
Decimal 197 126 202
Hex C5 7E CA

RGB Percentages of Color #c57eca

%37.52
%24.00
%38.48

CMYK Percentages of Color #c57eca

%2
%38
%0
%21

Triadic Colors of #c57eca

#c57eca #cac57e #7ecac5

Analogous Colors of #c57eca

#c57eca #ca7ea9 #9f7eca

Monochromatic Colors of #c57eca

#c57eca

Complementary Color

#c57eca #83ca7e

#c57eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57eca Color CSS Codes

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

#c57eca Text Font Color

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

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


#c57eca Background Color

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

This div background color is #c57eca


#c57eca Border Color

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

This div border color is #c57eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57eca


Comments

No comments written yet.

Please login to write comment.