Color Hex Logo

#c19edc Color Hex

#C19EDC
(193,158,220)
0 Favorites   0 Comments

Color spaces of #c19edc

RGB 193158220
HSL0.760.470.74
HSV274°28°86°
CMYK 0.120.280.00   0.14
XYZ47.137440.958573.1315
Yxy40.95850.29240.2540
Hunter Lab63.998819.4736-22.9515
CIE-Lab70.146824.4500-26.6215

#c19edc color RGB value is (193,158,220).

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

The process color (four color CMYK) of #c19edc color hex is 0.12, 0.28, 0.00, 0.14. Web safe color of #c19edc is #cc99cc. Color #c19edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011110 11011100
Octal 301 236 334
Decimal 193 158 220
Hex C1 9E DC

RGB Percentages of Color #c19edc

%33.80
%27.67
%38.53

CMYK Percentages of Color #c19edc

%12
%28
%0
%14

Triadic Colors of #c19edc

#c19edc #dcc19e #9edcc1

Analogous Colors of #c19edc

#c19edc #dc9ed8 #a29edc

Monochromatic Colors of #c19edc

#c19edc

Complementary Color

#c19edc #b9dc9e

#c19edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19edc Color CSS Codes

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

#c19edc Text Font Color

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

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


#c19edc Background Color

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

This div background color is #c19edc


#c19edc Border Color

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

This div border color is #c19edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19edc


Comments

No comments written yet.

Please login to write comment.