Color Hex Logo

#c57af1 Color Hex

#C57AF1
(197,122,241)
0 Favorites   0 Comments

Color spaces of #c57af1

RGB 197122241
HSL0.770.810.71
HSV278°49°95°
CMYK 0.180.490.00   0.05
XYZ45.862732.140387.0056
Yxy32.14030.27790.1948
Hunter Lab56.692445.1902-51.3074
CIE-Lab63.458749.6782-48.5942

#c57af1 color RGB value is (197,122,241).

#c57af1 hex color red value is 197, green value is 122 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #c57af1 hue: 0.77 , saturation: 0.81 and the lightness value of c57af1 is 0.71.

The process color (four color CMYK) of #c57af1 color hex is 0.18, 0.49, 0.00, 0.05. Web safe color of #c57af1 is #cc66ff. Color #c57af1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111010 11110001
Octal 305 172 361
Decimal 197 122 241
Hex C5 7A F1

RGB Percentages of Color #c57af1

%35.18
%21.79
%43.04

CMYK Percentages of Color #c57af1

%18
%49
%0
%5

Triadic Colors of #c57af1

#c57af1 #f1c57a #7af1c5

Analogous Colors of #c57af1

#c57af1 #f17ae2 #8a7af1

Monochromatic Colors of #c57af1

#c57af1

Complementary Color

#c57af1 #a6f17a

#c57af1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57af1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57af1 Color CSS Codes

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

#c57af1 Text Font Color

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

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


#c57af1 Background Color

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

This div background color is #c57af1


#c57af1 Border Color

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

This div border color is #c57af1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57af1


Comments

No comments written yet.

Please login to write comment.