Color Hex Logo

#c57ffc Color Hex

#C57FFC
(197,127,252)
0 Favorites   0 Comments

Color spaces of #c57ffc

RGB 197127252
HSL0.760.950.74
HSV274°50°99°
CMYK 0.220.500.00   0.01
XYZ48.186034.077396.1334
Yxy34.07730.27010.1910
Hunter Lab58.375845.1844-56.7759
CIE-Lab65.023949.4450-52.1711

#c57ffc color RGB value is (197,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 11111100
Octal 305 177 374
Decimal 197 127 252
Hex C5 7F FC

RGB Percentages of Color #c57ffc

%34.20
%22.05
%43.75

CMYK Percentages of Color #c57ffc

%22
%50
%0
%1

Triadic Colors of #c57ffc

#c57ffc #fcc57f #7ffcc5

Analogous Colors of #c57ffc

#c57ffc #fc7ff5 #877ffc

Monochromatic Colors of #c57ffc

#c57ffc

Complementary Color

#c57ffc #b6fc7f

#c57ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ffc Color CSS Codes

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

#c57ffc Text Font Color

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

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


#c57ffc Background Color

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

This div background color is #c57ffc


#c57ffc Border Color

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

This div border color is #c57ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,127,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 #c57ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.