Color Hex Logo

#c382db Color Hex

#C382DB
(195,130,219)
0 Favorites   0 Comments

Color spaces of #c382db

RGB 195130219
HSL0.790.550.68
HSV284°41°86°
CMYK 0.110.410.00   0.14
XYZ43.274532.681871.0452
Yxy32.68180.29440.2223
Hunter Lab57.168035.0753-33.6647
CIE-Lab63.902440.2449-35.7061

#c382db color RGB value is (195,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000010 11011011
Octal 303 202 333
Decimal 195 130 219
Hex C3 82 DB

RGB Percentages of Color #c382db

%35.85
%23.90
%40.26

CMYK Percentages of Color #c382db

%11
%41
%0
%14

Triadic Colors of #c382db

#c382db #dbc382 #82dbc3

Analogous Colors of #c382db

#c382db #db82c7 #9782db

Monochromatic Colors of #c382db

#c382db

Complementary Color

#c382db #9adb82

#c382db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c382db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c382db Color CSS Codes

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

#c382db Text Font Color

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

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


#c382db Background Color

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

This div background color is #c382db


#c382db Border Color

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

This div border color is #c382db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,130,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 #c382db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c382db


Comments

No comments written yet.

Please login to write comment.