Color Hex Logo

#c590df Color Hex

#C590DF
(197,144,223)
0 Favorites   0 Comments

Color spaces of #c590df

RGB 197144223
HSL0.780.550.72
HSV280°35°87°
CMYK 0.120.350.00   0.13
XYZ46.318537.144574.5404
Yxy37.14450.29310.2351
Hunter Lab60.946329.0020-29.8523
CIE-Lab67.385334.0479-32.5004

#c590df color RGB value is (197,144,223).

#c590df hex color red value is 197, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c590df hue: 0.78 , saturation: 0.55 and the lightness value of c590df is 0.72.

The process color (four color CMYK) of #c590df color hex is 0.12, 0.35, 0.00, 0.13. Web safe color of #c590df is #cc99cc. Color #c590df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010000 11011111
Octal 305 220 337
Decimal 197 144 223
Hex C5 90 DF

RGB Percentages of Color #c590df

%34.93
%25.53
%39.54

CMYK Percentages of Color #c590df

%12
%35
%0
%13

Triadic Colors of #c590df

#c590df #dfc590 #90dfc5

Analogous Colors of #c590df

#c590df #df90d2 #9e90df

Monochromatic Colors of #c590df

#c590df

Complementary Color

#c590df #aadf90

#c590df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c590df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c590df Color CSS Codes

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

#c590df Text Font Color

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

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


#c590df Background Color

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

This div background color is #c590df


#c590df Border Color

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

This div border color is #c590df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c590df


Comments

No comments written yet.

Please login to write comment.