Color Hex Logo

#c574da Color Hex

#C574DA
(197,116,218)
0 Favorites   0 Comments

Color spaces of #c574da

RGB 197116218
HSL0.800.580.65
HSV288°47°85°
CMYK 0.100.470.00   0.15
XYZ41.926229.423169.7991
Yxy29.42310.29700.2085
Hunter Lab54.243143.0430-38.3233
CIE-Lab61.153248.0578-39.4259

#c574da color RGB value is (197,116,218).

#c574da hex color red value is 197, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c574da hue: 0.80 , saturation: 0.58 and the lightness value of c574da is 0.65.

The process color (four color CMYK) of #c574da color hex is 0.10, 0.47, 0.00, 0.15. Web safe color of #c574da is #cc66cc. Color #c574da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 11011010
Octal 305 164 332
Decimal 197 116 218
Hex C5 74 DA

RGB Percentages of Color #c574da

%37.10
%21.85
%41.05

CMYK Percentages of Color #c574da

%10
%47
%0
%15

Triadic Colors of #c574da

#c574da #dac574 #74dac5

Analogous Colors of #c574da

#c574da #da74bc #9274da

Monochromatic Colors of #c574da

#c574da

Complementary Color

#c574da #89da74

#c574da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c574da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c574da Color CSS Codes

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

#c574da Text Font Color

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

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


#c574da Background Color

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

This div background color is #c574da


#c574da Border Color

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

This div border color is #c574da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c574da


Comments

No comments written yet.

Please login to write comment.