Color Hex Logo

#c19afe Color Hex

#C19AFE
(193,154,254)
1 Favorites   0 Comments

Color spaces of #c19afe

RGB 193154254
HSL0.730.980.80
HSV263°39°100°
CMYK 0.240.390.00   0.00
XYZ51.437341.604499.0853
Yxy41.60440.26770.2165
Hunter Lab64.501529.4689-45.9286
CIE-Lab70.597334.1941-44.5059

#c19afe color RGB value is (193,154,254).

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

The process color (four color CMYK) of #c19afe color hex is 0.24, 0.39, 0.00, 0.00. Web safe color of #c19afe is #cc99ff. Color #c19afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 11111110
Octal 301 232 376
Decimal 193 154 254
Hex C1 9A FE

RGB Percentages of Color #c19afe

%32.11
%25.62
%42.26

CMYK Percentages of Color #c19afe

%24
%39
%0
%0

Triadic Colors of #c19afe

#c19afe #fec19a #9afec1

Analogous Colors of #c19afe

#c19afe #f39afe #9aa5fe

Monochromatic Colors of #c19afe

#c19afe

Complementary Color

#c19afe #d7fe9a

#c19afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19afe Color CSS Codes

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

#c19afe Text Font Color

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

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


#c19afe Background Color

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

This div background color is #c19afe


#c19afe Border Color

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

This div border color is #c19afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19afe


Comments

No comments written yet.

Please login to write comment.