Color Hex Logo

#c376fc Color Hex

#C376FC
(195,118,252)
0 Favorites   0 Comments

Color spaces of #c376fc

RGB 195118252
HSL0.760.960.73
HSV274°53°99°
CMYK 0.230.530.00   0.01
XYZ46.554831.587295.7387
Yxy31.58720.26770.1817
Hunter Lab56.202549.5044-61.6564
CIE-Lab63.000253.6171-55.3973

#c376fc color RGB value is (195,118,252).

#c376fc hex color red value is 195, green value is 118 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c376fc hue: 0.76 , saturation: 0.96 and the lightness value of c376fc is 0.73.

The process color (four color CMYK) of #c376fc color hex is 0.23, 0.53, 0.00, 0.01. Web safe color of #c376fc is #cc66ff. Color #c376fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 11111100
Octal 303 166 374
Decimal 195 118 252
Hex C3 76 FC

RGB Percentages of Color #c376fc

%34.51
%20.88
%44.60

CMYK Percentages of Color #c376fc

%23
%53
%0
%1

Triadic Colors of #c376fc

#c376fc #fcc376 #76fcc3

Analogous Colors of #c376fc

#c376fc #fc76f2 #8076fc

Monochromatic Colors of #c376fc

#c376fc

Complementary Color

#c376fc #affc76

#c376fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c376fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c376fc Color CSS Codes

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

#c376fc Text Font Color

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

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


#c376fc Background Color

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

This div background color is #c376fc


#c376fc Border Color

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

This div border color is #c376fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c376fc


Comments

No comments written yet.

Please login to write comment.