Color Hex Logo

#c590cd Color Hex

#C590CD
(197,144,205)
0 Favorites   0 Comments

Color spaces of #c590cd

RGB 197144205
HSL0.810.380.68
HSV292°30°80°
CMYK 0.040.300.00   0.20
XYZ44.018736.224662.4296
Yxy36.22460.30850.2539
Hunter Lab60.186925.2220-19.3685
CIE-Lab66.691230.4169-23.5815

#c590cd color RGB value is (197,144,205).

#c590cd hex color red value is 197, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c590cd hue: 0.81 , saturation: 0.38 and the lightness value of c590cd is 0.68.

The process color (four color CMYK) of #c590cd color hex is 0.04, 0.30, 0.00, 0.20. Web safe color of #c590cd is #cc99cc. Color #c590cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010000 11001101
Octal 305 220 315
Decimal 197 144 205
Hex C5 90 CD

RGB Percentages of Color #c590cd

%36.08
%26.37
%37.55

CMYK Percentages of Color #c590cd

%4
%30
%0
%20

Triadic Colors of #c590cd

#c590cd #cdc590 #90cdc5

Analogous Colors of #c590cd

#c590cd #cd90b7 #a790cd

Monochromatic Colors of #c590cd

#c590cd

Complementary Color

#c590cd #98cd90

#c590cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c590cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c590cd Color CSS Codes

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

#c590cd Text Font Color

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

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


#c590cd Background Color

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

This div background color is #c590cd


#c590cd Border Color

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

This div border color is #c590cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c590cd


Comments

No comments written yet.

Please login to write comment.