Color Hex Logo

#c57afc Color Hex

#C57AFC
(197,122,252)
0 Favorites   0 Comments

Color spaces of #c57afc

RGB 197122252
HSL0.760.960.73
HSV275°52°99°
CMYK 0.220.520.00   0.01
XYZ47.556232.817795.9234
Yxy32.81770.26980.1861
Hunter Lab57.286747.9288-59.1770
CIE-Lab64.013052.0575-53.7742

#c57afc color RGB value is (197,122,252).

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

The process color (four color CMYK) of #c57afc color hex is 0.22, 0.52, 0.00, 0.01. Web safe color of #c57afc is #cc66ff. Color #c57afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111010 11111100
Octal 305 172 374
Decimal 197 122 252
Hex C5 7A FC

RGB Percentages of Color #c57afc

%34.50
%21.37
%44.13

CMYK Percentages of Color #c57afc

%22
%52
%0
%1

Triadic Colors of #c57afc

#c57afc #fcc57a #7afcc5

Analogous Colors of #c57afc

#c57afc #fc7af2 #847afc

Monochromatic Colors of #c57afc

#c57afc

Complementary Color

#c57afc #b1fc7a

#c57afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57afc Color CSS Codes

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

#c57afc Text Font Color

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

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


#c57afc Background Color

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

This div background color is #c57afc


#c57afc Border Color

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

This div border color is #c57afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57afc


Comments

No comments written yet.

Please login to write comment.