Color Hex Logo

#c574bb Color Hex

#C574BB
(197,116,187)
0 Favorites   0 Comments

Color spaces of #c574bb

RGB 197116187
HSL0.850.410.61
HSV307°41°77°
CMYK 0.000.410.05   0.23
XYZ38.241027.949050.3929
Yxy27.94900.32800.2397
Hunter Lab52.866836.6003-19.5087
CIE-Lab59.842642.2116-23.9402

#c574bb color RGB value is (197,116,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 10111011
Octal 305 164 273
Decimal 197 116 187
Hex C5 74 BB

RGB Percentages of Color #c574bb

%39.40
%23.20
%37.40

CMYK Percentages of Color #c574bb

%0
%41
%5
%23

Triadic Colors of #c574bb

#c574bb #bbc574 #74bbc5

Analogous Colors of #c574bb

#c574bb #c57493 #a774c5

Monochromatic Colors of #c574bb

#c574bb

Complementary Color

#c574bb #74c57e

#c574bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c574bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c574bb Color CSS Codes

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

#c574bb Text Font Color

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

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


#c574bb Background Color

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

This div background color is #c574bb


#c574bb Border Color

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

This div border color is #c574bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c574bb


Comments

No comments written yet.

Please login to write comment.