Color Hex Logo

#c381db Color Hex

#C381DB
(195,129,219)
0 Favorites   0 Comments

Color spaces of #c381db

RGB 195129219
HSL0.790.560.68
HSV284°41°86°
CMYK 0.110.410.00   0.14
XYZ43.142132.417171.0011
Yxy32.41710.29440.2212
Hunter Lab56.936035.6167-34.0814
CIE-Lab63.686140.7845-36.0431

#c381db color RGB value is (195,129,219).

#c381db hex color red value is 195, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c381db hue: 0.79 , saturation: 0.56 and the lightness value of c381db is 0.68.

The process color (four color CMYK) of #c381db color hex is 0.11, 0.41, 0.00, 0.14. Web safe color of #c381db is #cc99cc. Color #c381db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 11011011
Octal 303 201 333
Decimal 195 129 219
Hex C3 81 DB

RGB Percentages of Color #c381db

%35.91
%23.76
%40.33

CMYK Percentages of Color #c381db

%11
%41
%0
%14

Triadic Colors of #c381db

#c381db #dbc381 #81dbc3

Analogous Colors of #c381db

#c381db #db81c6 #9681db

Monochromatic Colors of #c381db

#c381db

Complementary Color

#c381db #99db81

#c381db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381db Color CSS Codes

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

#c381db Text Font Color

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

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


#c381db Background Color

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

This div background color is #c381db


#c381db Border Color

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

This div border color is #c381db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381db


Comments

No comments written yet.

Please login to write comment.