Color Hex Logo

#c391ce Color Hex

#C391CE
(195,145,206)
0 Favorites   0 Comments

Color spaces of #c391ce

RGB 195145206
HSL0.800.380.69
HSV289°30°81°
CMYK 0.050.300.00   0.19
XYZ43.771736.309163.0939
Yxy36.30910.30570.2536
Hunter Lab60.257024.2155-19.9014
CIE-Lab66.755429.4150-24.0580

#c391ce color RGB value is (195,145,206).

#c391ce hex color red value is 195, green value is 145 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c391ce hue: 0.80 , saturation: 0.38 and the lightness value of c391ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010001 11001110
Octal 303 221 316
Decimal 195 145 206
Hex C3 91 CE

RGB Percentages of Color #c391ce

%35.71
%26.56
%37.73

CMYK Percentages of Color #c391ce

%5
%30
%0
%19

Triadic Colors of #c391ce

#c391ce #cec391 #91cec3

Analogous Colors of #c391ce

#c391ce #ce91bb #a591ce

Monochromatic Colors of #c391ce

#c391ce

Complementary Color

#c391ce #9cce91

#c391ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c391ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c391ce Color CSS Codes

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

#c391ce Text Font Color

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

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


#c391ce Background Color

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

This div background color is #c391ce


#c391ce Border Color

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

This div border color is #c391ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c391ce


Comments

No comments written yet.

Please login to write comment.