Color Hex Logo

#c376de Color Hex

#C376DE
(195,118,222)
0 Favorites   0 Comments

Color spaces of #c376de

RGB 195118222
HSL0.790.610.67
HSV284°47°87°
CMYK 0.120.470.00   0.13
XYZ42.168929.832972.6430
Yxy29.83290.29150.2062
Hunter Lab54.619542.2265-40.6210
CIE-Lab61.509847.2540-41.1221

#c376de color RGB value is (195,118,222).

#c376de hex color red value is 195, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c376de hue: 0.79 , saturation: 0.61 and the lightness value of c376de is 0.67.

The process color (four color CMYK) of #c376de color hex is 0.12, 0.47, 0.00, 0.13. Web safe color of #c376de is #cc66cc. Color #c376de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 11011110
Octal 303 166 336
Decimal 195 118 222
Hex C3 76 DE

RGB Percentages of Color #c376de

%36.45
%22.06
%41.50

CMYK Percentages of Color #c376de

%12
%47
%0
%13

Triadic Colors of #c376de

#c376de #dec376 #76dec3

Analogous Colors of #c376de

#c376de #de76c5 #8f76de

Monochromatic Colors of #c376de

#c376de

Complementary Color

#c376de #91de76

#c376de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c376de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c376de Color CSS Codes

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

#c376de Text Font Color

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

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


#c376de Background Color

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

This div background color is #c376de


#c376de Border Color

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

This div border color is #c376de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c376de


Comments

No comments written yet.

Please login to write comment.