Color Hex Logo

#c19dde Color Hex

#C19DDE
(193,157,222)
0 Favorites   0 Comments

Color spaces of #c19dde

RGB 193157222
HSL0.760.500.74
HSV273°29°87°
CMYK 0.130.290.00   0.13
XYZ47.234140.725374.4785
Yxy40.72530.29080.2507
Hunter Lab63.816420.4393-24.5244
CIE-Lab69.983025.4266-27.9727

#c19dde color RGB value is (193,157,222).

#c19dde hex color red value is 193, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c19dde hue: 0.76 , saturation: 0.50 and the lightness value of c19dde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 11011110
Octal 301 235 336
Decimal 193 157 222
Hex C1 9D DE

RGB Percentages of Color #c19dde

%33.74
%27.45
%38.81

CMYK Percentages of Color #c19dde

%13
%29
%0
%13

Triadic Colors of #c19dde

#c19dde #dec19d #9ddec1

Analogous Colors of #c19dde

#c19dde #de9ddb #a19dde

Monochromatic Colors of #c19dde

#c19dde

Complementary Color

#c19dde #bade9d

#c19dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19dde Color CSS Codes

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

#c19dde Text Font Color

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

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


#c19dde Background Color

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

This div background color is #c19dde


#c19dde Border Color

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

This div border color is #c19dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19dde


Comments

No comments written yet.

Please login to write comment.