Color Hex Logo

#c19deb Color Hex

#C19DEB
(193,157,235)
0 Favorites   0 Comments

Color spaces of #c19deb

RGB 193157235
HSL0.740.660.77
HSV268°33°92°
CMYK 0.180.330.00   0.08
XYZ49.044741.449684.0129
Yxy41.44960.28100.2375
Hunter Lab64.381423.3111-32.3021
CIE-Lab70.489828.2394-34.3188

#c19deb color RGB value is (193,157,235).

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

The process color (four color CMYK) of #c19deb color hex is 0.18, 0.33, 0.00, 0.08. Web safe color of #c19deb is #cc99ff. Color #c19deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 11101011
Octal 301 235 353
Decimal 193 157 235
Hex C1 9D EB

RGB Percentages of Color #c19deb

%32.99
%26.84
%40.17

CMYK Percentages of Color #c19deb

%18
%33
%0
%8

Triadic Colors of #c19deb

#c19deb #ebc19d #9debc1

Analogous Colors of #c19deb

#c19deb #e89deb #9da0eb

Monochromatic Colors of #c19deb

#c19deb

Complementary Color

#c19deb #c7eb9d

#c19deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19deb Color CSS Codes

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

#c19deb Text Font Color

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

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


#c19deb Background Color

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

This div background color is #c19deb


#c19deb Border Color

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

This div border color is #c19deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,157,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19deb


Comments

No comments written yet.

Please login to write comment.