Color Hex Logo

#c391ca Color Hex

#C391CA
(195,145,202)
0 Favorites   0 Comments

Color spaces of #c391ca

RGB 195145202
HSL0.810.350.68
HSV293°28°79°
CMYK 0.030.280.00   0.21
XYZ43.291736.117260.5667
Yxy36.11720.30930.2580
Hunter Lab60.097623.4129-17.6845
CIE-Lab66.609428.6280-22.0531

#c391ca color RGB value is (195,145,202).

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

The process color (four color CMYK) of #c391ca color hex is 0.03, 0.28, 0.00, 0.21. Web safe color of #c391ca is #cc99cc. Color #c391ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010001 11001010
Octal 303 221 312
Decimal 195 145 202
Hex C3 91 CA

RGB Percentages of Color #c391ca

%35.98
%26.75
%37.27

CMYK Percentages of Color #c391ca

%3
%28
%0
%21

Triadic Colors of #c391ca

#c391ca #cac391 #91cac3

Analogous Colors of #c391ca

#c391ca #ca91b5 #a791ca

Monochromatic Colors of #c391ca

#c391ca

Complementary Color

#c391ca #98ca91

#c391ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c391ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c391ca Color CSS Codes

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

#c391ca Text Font Color

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

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


#c391ca Background Color

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

This div background color is #c391ca


#c391ca Border Color

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

This div border color is #c391ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c391ca


Comments

No comments written yet.

Please login to write comment.