Color Hex Logo

#c570fb Color Hex

#C570FB
(197,112,251)
0 Favorites   0 Comments

Color spaces of #c570fb

RGB 197112251
HSL0.770.950.71
HSV277°55°98°
CMYK 0.220.550.00   0.02
XYZ46.232730.423794.7024
Yxy30.42370.26980.1775
Hunter Lab55.157753.0912-63.1870
CIE-Lab62.018156.9394-56.3968

#c570fb color RGB value is (197,112,251).

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

The process color (four color CMYK) of #c570fb color hex is 0.22, 0.55, 0.00, 0.02. Web safe color of #c570fb is #cc66ff. Color #c570fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110000 11111011
Octal 305 160 373
Decimal 197 112 251
Hex C5 70 FB

RGB Percentages of Color #c570fb

%35.18
%20.00
%44.82

CMYK Percentages of Color #c570fb

%22
%55
%0
%2

Triadic Colors of #c570fb

#c570fb #fbc570 #70fbc5

Analogous Colors of #c570fb

#c570fb #fb70ec #8070fb

Monochromatic Colors of #c570fb

#c570fb

Complementary Color

#c570fb #a6fb70

#c570fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c570fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c570fb Color CSS Codes

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

#c570fb Text Font Color

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

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


#c570fb Background Color

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

This div background color is #c570fb


#c570fb Border Color

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

This div border color is #c570fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c570fb


Comments

No comments written yet.

Please login to write comment.