Color Hex Logo

#c19bde Color Hex

#C19BDE
(193,155,222)
0 Favorites   0 Comments

Color spaces of #c19bde

RGB 193155222
HSL0.760.500.74
HSV274°30°87°
CMYK 0.130.300.00   0.13
XYZ46.898540.054174.3666
Yxy40.05410.29070.2483
Hunter Lab63.288321.5192-25.3666
CIE-Lab69.508026.5337-28.7034

#c19bde color RGB value is (193,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011011 11011110
Octal 301 233 336
Decimal 193 155 222
Hex C1 9B DE

RGB Percentages of Color #c19bde

%33.86
%27.19
%38.95

CMYK Percentages of Color #c19bde

%13
%30
%0
%13

Triadic Colors of #c19bde

#c19bde #dec19b #9bdec1

Analogous Colors of #c19bde

#c19bde #de9bda #a09bde

Monochromatic Colors of #c19bde

#c19bde

Complementary Color

#c19bde #b8de9b

#c19bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19bde Color CSS Codes

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

#c19bde Text Font Color

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

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


#c19bde Background Color

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

This div background color is #c19bde


#c19bde Border Color

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

This div border color is #c19bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19bde


Comments

No comments written yet.

Please login to write comment.