Color Hex Logo

#c391cc Color Hex

#C391CC
(195,145,204)
0 Favorites   0 Comments

Color spaces of #c391cc

RGB 195145204
HSL0.810.370.68
HSV291°29°80°
CMYK 0.040.290.00   0.20
XYZ43.530236.212561.8222
Yxy36.21250.30750.2558
Hunter Lab60.176823.8124-18.7874
CIE-Lab66.682029.0202-23.0567

#c391cc color RGB value is (195,145,204).

#c391cc hex color red value is 195, green value is 145 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c391cc hue: 0.81 , saturation: 0.37 and the lightness value of c391cc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010001 11001100
Octal 303 221 314
Decimal 195 145 204
Hex C3 91 CC

RGB Percentages of Color #c391cc

%35.85
%26.65
%37.50

CMYK Percentages of Color #c391cc

%4
%29
%0
%20

Triadic Colors of #c391cc

#c391cc #ccc391 #91ccc3

Analogous Colors of #c391cc

#c391cc #cc91b8 #a691cc

Monochromatic Colors of #c391cc

#c391cc

Complementary Color

#c391cc #9acc91

#c391cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c391cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c391cc Color CSS Codes

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

#c391cc Text Font Color

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

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


#c391cc Background Color

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

This div background color is #c391cc


#c391cc Border Color

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

This div border color is #c391cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,145,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c391cc


Comments

No comments written yet.

Please login to write comment.