Color Hex Logo

#c19ecf Color Hex

#C19ECF
(193,158,207)
0 Favorites   0 Comments

Color spaces of #c19ecf

RGB 193158207
HSL0.790.340.72
HSV283°24°81°
CMYK 0.070.240.00   0.19
XYZ45.481740.296264.4123
Yxy40.29620.30280.2683
Hunter Lab63.479316.8031-15.7259
CIE-Lab69.680021.7732-20.1690

#c19ecf color RGB value is (193,158,207).

#c19ecf hex color red value is 193, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c19ecf hue: 0.79 , saturation: 0.34 and the lightness value of c19ecf is 0.72.

The process color (four color CMYK) of #c19ecf color hex is 0.07, 0.24, 0.00, 0.19. Web safe color of #c19ecf is #cc99cc. Color #c19ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011110 11001111
Octal 301 236 317
Decimal 193 158 207
Hex C1 9E CF

RGB Percentages of Color #c19ecf

%34.59
%28.32
%37.10

CMYK Percentages of Color #c19ecf

%7
%24
%0
%19

Triadic Colors of #c19ecf

#c19ecf #cfc19e #9ecfc1

Analogous Colors of #c19ecf

#c19ecf #cf9ec5 #a99ecf

Monochromatic Colors of #c19ecf

#c19ecf

Complementary Color

#c19ecf #accf9e

#c19ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19ecf Color CSS Codes

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

#c19ecf Text Font Color

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

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


#c19ecf Background Color

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

This div background color is #c19ecf


#c19ecf Border Color

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

This div border color is #c19ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19ecf


Comments

No comments written yet.

Please login to write comment.