Color Hex Logo

#c574fb Color Hex

#C574FB
(197,116,251)
0 Favorites   0 Comments

Color spaces of #c574fb

RGB 197116251
HSL0.770.940.72
HSV276°54°98°
CMYK 0.220.540.00   0.02
XYZ46.683931.326194.8528
Yxy31.32610.27010.1812
Hunter Lab55.969750.9384-61.3009
CIE-Lab62.782054.9219-55.1808

#c574fb color RGB value is (197,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 11111011
Octal 305 164 373
Decimal 197 116 251
Hex C5 74 FB

RGB Percentages of Color #c574fb

%34.93
%20.57
%44.50

CMYK Percentages of Color #c574fb

%22
%54
%0
%2

Triadic Colors of #c574fb

#c574fb #fbc574 #74fbc5

Analogous Colors of #c574fb

#c574fb #fb74ee #8274fb

Monochromatic Colors of #c574fb

#c574fb

Complementary Color

#c574fb #aafb74

#c574fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c574fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c574fb Color CSS Codes

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

#c574fb Text Font Color

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

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


#c574fb Background Color

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

This div background color is #c574fb


#c574fb Border Color

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

This div border color is #c574fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c574fb


Comments

No comments written yet.

Please login to write comment.