color codes Logo

#c29af6 color codes

#C29AF6
(194,154,246)
0 Favorites   0 Comments

Color spaces of #c29af6

RGB 194154246
HSL0.740.840.78
HSV266°37°96°
CMYK 0.210.370.00   0.04
XYZ50.438341.234492.4894
Yxy41.23440.27390.2239
Hunter Lab64.214027.8322-40.4474
CIE-Lab70.339832.6488-40.5501

#c29af6 color RGB value is (194,154,246).

#c29af6 hex color red value is 194, green value is 154 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #c29af6 hue: 0.74 , saturation: 0.84 and the lightness value of c29af6 is 0.78.

The process color (four color CMYK) of #c29af6 color code is 0.21, 0.37, 0.00, 0.04. Web safe color of #c29af6 is #cc99ff. Color #c29af6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 11110110
Octal 302 232 366
Decimal 194 154 246
Hex C2 9A F6

RGB Percentages of Color #c29af6

%32.66
%25.93
%41.41

CMYK Percentages of Color #c29af6

%21
%37
%0
%4

Triadic Colors of #c29af6

#c29af6 #f6c29a #9af6c2

Analogous Colors of #c29af6

#c29af6 #f09af6 #9aa0f6

Monochromatic Colors of #c29af6

#c29af6

Complementary Color

#c29af6 #cef69a

#c29af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29af6 Color CSS Codes

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

#c29af6 Text Font Color

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

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


#c29af6 Background Color

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

This div background color is #c29af6


#c29af6 Border Color

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

This div border color is #c29af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29af6

Related Colors


Comments

No comments written yet.

Please login to write comment.