Color Hex Logo

#c591cf Color Hex

#C591CF
(197,145,207)
0 Favorites   0 Comments

Color spaces of #c591cf

RGB 197145207
HSL0.810.390.69
HSV290°30°81°
CMYK 0.050.300.00   0.19
XYZ44.413836.626163.7602
Yxy36.62610.30670.2529
Hunter Lab60.519525.0877-20.1012
CIE-Lab66.995630.2588-24.2288

#c591cf color RGB value is (197,145,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010001 11001111
Octal 305 221 317
Decimal 197 145 207
Hex C5 91 CF

RGB Percentages of Color #c591cf

%35.88
%26.41
%37.70

CMYK Percentages of Color #c591cf

%5
%30
%0
%19

Triadic Colors of #c591cf

#c591cf #cfc591 #91cfc5

Analogous Colors of #c591cf

#c591cf #cf91ba #a691cf

Monochromatic Colors of #c591cf

#c591cf

Complementary Color

#c591cf #9bcf91

#c591cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c591cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c591cf Color CSS Codes

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

#c591cf Text Font Color

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

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


#c591cf Background Color

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

This div background color is #c591cf


#c591cf Border Color

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

This div border color is #c591cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,145,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 #c591cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c591cf


Comments

No comments written yet.

Please login to write comment.