Color Hex Logo

#c57aed Color Hex

#C57AED
(197,122,237)
0 Favorites   0 Comments

Color spaces of #c57aed

RGB 197122237
HSL0.780.760.70
HSV279°49°93°
CMYK 0.170.490.00   0.07
XYZ45.271631.903883.8927
Yxy31.90380.28110.1981
Hunter Lab56.483444.2221-48.5227
CIE-Lab63.263348.8282-46.6907

#c57aed color RGB value is (197,122,237).

#c57aed hex color red value is 197, green value is 122 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c57aed hue: 0.78 , saturation: 0.76 and the lightness value of c57aed is 0.70.

The process color (four color CMYK) of #c57aed color hex is 0.17, 0.49, 0.00, 0.07. Web safe color of #c57aed is #cc66ff. Color #c57aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111010 11101101
Octal 305 172 355
Decimal 197 122 237
Hex C5 7A ED

RGB Percentages of Color #c57aed

%35.43
%21.94
%42.63

CMYK Percentages of Color #c57aed

%17
%49
%0
%7

Triadic Colors of #c57aed

#c57aed #edc57a #7aedc5

Analogous Colors of #c57aed

#c57aed #ed7adc #8c7aed

Monochromatic Colors of #c57aed

#c57aed

Complementary Color

#c57aed #a2ed7a

#c57aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57aed Color CSS Codes

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

#c57aed Text Font Color

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

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


#c57aed Background Color

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

This div background color is #c57aed


#c57aed Border Color

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

This div border color is #c57aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57aed


Comments

No comments written yet.

Please login to write comment.