Color Hex Logo

#c29ff8 Color Hex

#C29FF8
(194,159,248)
0 Favorites   0 Comments

Color spaces of #c29ff8

RGB 194159248
HSL0.730.860.80
HSV264°36°97°
CMYK 0.220.360.00   0.03
XYZ51.589543.042994.3960
Yxy43.04290.27290.2277
Hunter Lab65.607125.5493-39.3820
CIE-Lab71.584130.3423-39.6976

#c29ff8 color RGB value is (194,159,248).

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

The process color (four color CMYK) of #c29ff8 color hex is 0.22, 0.36, 0.00, 0.03. Web safe color of #c29ff8 is #cc99ff. Color #c29ff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 11111000
Octal 302 237 370
Decimal 194 159 248
Hex C2 9F F8

RGB Percentages of Color #c29ff8

%32.28
%26.46
%41.26

CMYK Percentages of Color #c29ff8

%22
%36
%0
%3

Triadic Colors of #c29ff8

#c29ff8 #f8c29f #9ff8c2

Analogous Colors of #c29ff8

#c29ff8 #ef9ff8 #9fa9f8

Monochromatic Colors of #c29ff8

#c29ff8

Complementary Color

#c29ff8 #d5f89f

#c29ff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ff8 Color CSS Codes

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

#c29ff8 Text Font Color

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

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


#c29ff8 Background Color

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

This div background color is #c29ff8


#c29ff8 Border Color

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

This div border color is #c29ff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ff8


Comments

No comments written yet.

Please login to write comment.