Color Hex Logo

#c49afd Color Hex

#C49AFD
(196,154,253)
0 Favorites   0 Comments

Color spaces of #c49afd

RGB 196154253
HSL0.740.960.80
HSV265°39°99°
CMYK 0.230.390.00   0.01
XYZ52.050241.938898.2802
Yxy41.93880.27070.2181
Hunter Lab64.760230.1369-44.6465
CIE-Lab70.828734.8087-43.5806

#c49afd color RGB value is (196,154,253).

#c49afd hex color red value is 196, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c49afd hue: 0.74 , saturation: 0.96 and the lightness value of c49afd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11111101
Octal 304 232 375
Decimal 196 154 253
Hex C4 9A FD

RGB Percentages of Color #c49afd

%32.50
%25.54
%41.96

CMYK Percentages of Color #c49afd

%23
%39
%0
%1

Triadic Colors of #c49afd

#c49afd #fdc49a #9afdc4

Analogous Colors of #c49afd

#c49afd #f69afd #9aa2fd

Monochromatic Colors of #c49afd

#c49afd

Complementary Color

#c49afd #d3fd9a

#c49afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49afd Color CSS Codes

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

#c49afd Text Font Color

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

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


#c49afd Background Color

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

This div background color is #c49afd


#c49afd Border Color

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

This div border color is #c49afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49afd

Related Colors


Comments

No comments written yet.

Please login to write comment.