Color Hex Logo

#c29afd Color Hex

#C29AFD
(194,154,253)
0 Favorites   0 Comments

Color spaces of #c29afd

RGB 194154253
HSL0.730.960.80
HSV264°39°99°
CMYK 0.230.390.00   0.01
XYZ51.533441.672498.2560
Yxy41.67240.26920.2177
Hunter Lab64.554229.5262-45.0557
CIE-Lab70.644534.2444-43.8823

#c29afd color RGB value is (194,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 11111101
Octal 302 232 375
Decimal 194 154 253
Hex C2 9A FD

RGB Percentages of Color #c29afd

%32.28
%25.62
%42.10

CMYK Percentages of Color #c29afd

%23
%39
%0
%1

Triadic Colors of #c29afd

#c29afd #fdc29a #9afdc2

Analogous Colors of #c29afd

#c29afd #f49afd #9aa4fd

Monochromatic Colors of #c29afd

#c29afd

Complementary Color

#c29afd #d5fd9a

#c29afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29afd Color CSS Codes

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

#c29afd Text Font Color

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

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


#c29afd Background Color

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

This div background color is #c29afd


#c29afd Border Color

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

This div border color is #c29afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c29afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29afd


Comments

No comments written yet.

Please login to write comment.