Color Hex Logo

#c578da Color Hex

#C578DA
(197,120,218)
0 Favorites   0 Comments

Color spaces of #c578da

RGB 197120218
HSL0.800.570.66
HSV287°45°85°
CMYK 0.100.450.00   0.15
XYZ42.397330.365269.9562
Yxy30.36520.29710.2128
Hunter Lab55.104640.9042-36.6964
CIE-Lab61.968145.9659-38.1503

#c578da color RGB value is (197,120,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 11011010
Octal 305 170 332
Decimal 197 120 218
Hex C5 78 DA

RGB Percentages of Color #c578da

%36.82
%22.43
%40.75

CMYK Percentages of Color #c578da

%10
%45
%0
%15

Triadic Colors of #c578da

#c578da #dac578 #78dac5

Analogous Colors of #c578da

#c578da #da78be #9478da

Monochromatic Colors of #c578da

#c578da

Complementary Color

#c578da #8dda78

#c578da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c578da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c578da Color CSS Codes

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

#c578da Text Font Color

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

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


#c578da Background Color

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

This div background color is #c578da


#c578da Border Color

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

This div border color is #c578da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c578da


Comments

No comments written yet.

Please login to write comment.