Color Hex Logo

#c575dc Color Hex

#C575DC
(197,117,220)
0 Favorites   0 Comments

Color spaces of #c575dc

RGB 197117220
HSL0.800.600.66
HSV287°47°86°
CMYK 0.100.470.00   0.14
XYZ42.305529.760271.2247
Yxy29.76020.29520.2077
Hunter Lab54.552942.9582-39.2224
CIE-Lab61.446847.9369-40.0859

#c575dc color RGB value is (197,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 11011100
Octal 305 165 334
Decimal 197 117 220
Hex C5 75 DC

RGB Percentages of Color #c575dc

%36.89
%21.91
%41.20

CMYK Percentages of Color #c575dc

%10
%47
%0
%14

Triadic Colors of #c575dc

#c575dc #dcc575 #75dcc5

Analogous Colors of #c575dc

#c575dc #dc75c0 #9275dc

Monochromatic Colors of #c575dc

#c575dc

Complementary Color

#c575dc #8cdc75

#c575dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575dc Color CSS Codes

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

#c575dc Text Font Color

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

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


#c575dc Background Color

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

This div background color is #c575dc


#c575dc Border Color

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

This div border color is #c575dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575dc


Comments

No comments written yet.

Please login to write comment.