Color Hex Logo

#c574bc Color Hex

#C574BC
(197,116,188)
0 Favorites   0 Comments

Color spaces of #c574bc

RGB 197116188
HSL0.850.410.61
HSV307°41°77°
CMYK 0.000.410.05   0.23
XYZ38.348427.991950.9588
Yxy27.99190.32690.2386
Hunter Lab52.907436.7927-20.0712
CIE-Lab59.881442.3896-24.4503

#c574bc color RGB value is (197,116,188).

#c574bc hex color red value is 197, green value is 116 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c574bc hue: 0.85 , saturation: 0.41 and the lightness value of c574bc is 0.61.

The process color (four color CMYK) of #c574bc color hex is 0.00, 0.41, 0.05, 0.23. Web safe color of #c574bc is #cc66cc. Color #c574bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 10111100
Octal 305 164 274
Decimal 197 116 188
Hex C5 74 BC

RGB Percentages of Color #c574bc

%39.32
%23.15
%37.52

CMYK Percentages of Color #c574bc

%0
%41
%5
%23

Triadic Colors of #c574bc

#c574bc #bcc574 #74bcc5

Analogous Colors of #c574bc

#c574bc #c57494 #a674c5

Monochromatic Colors of #c574bc

#c574bc

Complementary Color

#c574bc #74c57d

#c574bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c574bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c574bc Color CSS Codes

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

#c574bc Text Font Color

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

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


#c574bc Background Color

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

This div background color is #c574bc


#c574bc Border Color

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

This div border color is #c574bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c574bc


Comments

No comments written yet.

Please login to write comment.