Color Hex Logo

#c376dd Color Hex

#C376DD
(195,118,221)
0 Favorites   0 Comments

Color spaces of #c376dd

RGB 195118221
HSL0.790.600.66
HSV285°47°87°
CMYK 0.120.470.00   0.13
XYZ42.035329.779471.9391
Yxy29.77940.29240.2072
Hunter Lab54.570541.9990-39.9614
CIE-Lab61.463447.0507-40.6358

#c376dd color RGB value is (195,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 11011101
Octal 303 166 335
Decimal 195 118 221
Hex C3 76 DD

RGB Percentages of Color #c376dd

%36.52
%22.10
%41.39

CMYK Percentages of Color #c376dd

%12
%47
%0
%13

Triadic Colors of #c376dd

#c376dd #ddc376 #76ddc3

Analogous Colors of #c376dd

#c376dd #dd76c4 #9076dd

Monochromatic Colors of #c376dd

#c376dd

Complementary Color

#c376dd #90dd76

#c376dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c376dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c376dd Color CSS Codes

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

#c376dd Text Font Color

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

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


#c376dd Background Color

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

This div background color is #c376dd


#c376dd Border Color

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

This div border color is #c376dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c376dd


Comments

No comments written yet.

Please login to write comment.