Color Hex Logo

#c590cf Color Hex

#C590CF
(197,144,207)
0 Favorites   0 Comments

Color spaces of #c590cf

RGB 197144207
HSL0.810.400.69
HSV290°30°81°
CMYK 0.050.300.00   0.19
XYZ44.261736.321863.7095
Yxy36.32180.30670.2517
Hunter Lab60.267625.6257-20.4888
CIE-Lab66.765130.8089-24.5819

#c590cf color RGB value is (197,144,207).

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

The process color (four color CMYK) of #c590cf color hex is 0.05, 0.30, 0.00, 0.19. Web safe color of #c590cf is #cc99cc. Color #c590cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010000 11001111
Octal 305 220 317
Decimal 197 144 207
Hex C5 90 CF

RGB Percentages of Color #c590cf

%35.95
%26.28
%37.77

CMYK Percentages of Color #c590cf

%5
%30
%0
%19

Triadic Colors of #c590cf

#c590cf #cfc590 #90cfc5

Analogous Colors of #c590cf

#c590cf #cf90ba #a690cf

Monochromatic Colors of #c590cf

#c590cf

Complementary Color

#c590cf #9acf90

#c590cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c590cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c590cf Color CSS Codes

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

#c590cf Text Font Color

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

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


#c590cf Background Color

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

This div background color is #c590cf


#c590cf Border Color

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

This div border color is #c590cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c590cf


Comments

No comments written yet.

Please login to write comment.