Color Hex Logo

#c19dfc Color Hex

#C19DFC
(193,157,252)
0 Favorites   0 Comments

Color spaces of #c19dfc

RGB 193157252
HSL0.730.940.80
HSV263°38°99°
CMYK 0.230.380.00   0.01
XYZ51.620042.479797.5742
Yxy42.47970.26930.2216
Hunter Lab65.176527.3139-43.1382
CIE-Lab71.200432.0764-42.4758

#c19dfc color RGB value is (193,157,252).

#c19dfc hex color red value is 193, green value is 157 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c19dfc hue: 0.73 , saturation: 0.94 and the lightness value of c19dfc is 0.80.

The process color (four color CMYK) of #c19dfc color hex is 0.23, 0.38, 0.00, 0.01. Web safe color of #c19dfc is #cc99ff. Color #c19dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 11111100
Octal 301 235 374
Decimal 193 157 252
Hex C1 9D FC

RGB Percentages of Color #c19dfc

%32.06
%26.08
%41.86

CMYK Percentages of Color #c19dfc

%23
%38
%0
%1

Triadic Colors of #c19dfc

#c19dfc #fcc19d #9dfcc1

Analogous Colors of #c19dfc

#c19dfc #f19dfc #9da9fc

Monochromatic Colors of #c19dfc

#c19dfc

Complementary Color

#c19dfc #d8fc9d

#c19dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19dfc Color CSS Codes

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

#c19dfc Text Font Color

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

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


#c19dfc Background Color

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

This div background color is #c19dfc


#c19dfc Border Color

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

This div border color is #c19dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.