Color Hex Logo

#c575dd Color Hex

#C575DD
(197,117,221)
0 Favorites   0 Comments

Color spaces of #c575dd

RGB 197117221
HSL0.790.600.66
HSV286°47°87°
CMYK 0.110.470.00   0.13
XYZ42.438429.813471.9244
Yxy29.81340.29440.2068
Hunter Lab54.601643.1839-39.8790
CIE-Lab61.492948.1375-40.5731

#c575dd color RGB value is (197,117,221).

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

The process color (four color CMYK) of #c575dd color hex is 0.11, 0.47, 0.00, 0.13. Web safe color of #c575dd is #cc66cc. Color #c575dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 11011101
Octal 305 165 335
Decimal 197 117 221
Hex C5 75 DD

RGB Percentages of Color #c575dd

%36.82
%21.87
%41.31

CMYK Percentages of Color #c575dd

%11
%47
%0
%13

Triadic Colors of #c575dd

#c575dd #ddc575 #75ddc5

Analogous Colors of #c575dd

#c575dd #dd75c1 #9175dd

Monochromatic Colors of #c575dd

#c575dd

Complementary Color

#c575dd #8ddd75

#c575dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575dd Color CSS Codes

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

#c575dd Text Font Color

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

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


#c575dd Background Color

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

This div background color is #c575dd


#c575dd Border Color

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

This div border color is #c575dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575dd


Comments

No comments written yet.

Please login to write comment.