Color Hex Logo

#c381df Color Hex

#C381DF
(195,129,223)
0 Favorites   0 Comments

Color spaces of #c381df

RGB 195129223
HSL0.780.590.69
HSV282°42°87°
CMYK 0.130.420.00   0.13
XYZ43.675232.630373.8084
Yxy32.63030.29090.2174
Hunter Lab57.122936.5128-36.6224
CIE-Lab63.860441.6095-37.9989

#c381df color RGB value is (195,129,223).

#c381df hex color red value is 195, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c381df hue: 0.78 , saturation: 0.59 and the lightness value of c381df is 0.69.

The process color (four color CMYK) of #c381df color hex is 0.13, 0.42, 0.00, 0.13. Web safe color of #c381df is #cc99cc. Color #c381df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 11011111
Octal 303 201 337
Decimal 195 129 223
Hex C3 81 DF

RGB Percentages of Color #c381df

%35.65
%23.58
%40.77

CMYK Percentages of Color #c381df

%13
%42
%0
%13

Triadic Colors of #c381df

#c381df #dfc381 #81dfc3

Analogous Colors of #c381df

#c381df #df81cc #9481df

Monochromatic Colors of #c381df

#c381df

Complementary Color

#c381df #9ddf81

#c381df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381df Color CSS Codes

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

#c381df Text Font Color

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

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


#c381df Background Color

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

This div background color is #c381df


#c381df Border Color

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

This div border color is #c381df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381df


Comments

No comments written yet.

Please login to write comment.