Color Hex Logo

#c429eb Color Hex

#C429EB
(196,41,235)
0 Favorites   0 Comments

Color spaces of #c429eb

RGB 19641235
HSL0.800.830.54
HSV288°83°92°
CMYK 0.170.830.00   0.08
XYZ38.553319.319880.2944
Yxy19.31980.27900.1398
Hunter Lab43.954379.6463-77.5412
CIE-Lab51.059381.0730-65.0723

#c429eb color RGB value is (196,41,235).

#c429eb hex color red value is 196, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c429eb hue: 0.80 , saturation: 0.83 and the lightness value of c429eb is 0.54.

The process color (four color CMYK) of #c429eb color hex is 0.17, 0.83, 0.00, 0.08. Web safe color of #c429eb is #cc33ff. Color #c429eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 11101011
Octal 304 51 353
Decimal 196 41 235
Hex C4 29 EB

RGB Percentages of Color #c429eb

%41.53
%8.69
%49.79

CMYK Percentages of Color #c429eb

%17
%83
%0
%8

Triadic Colors of #c429eb

#c429eb #ebc429 #29ebc4

Analogous Colors of #c429eb

#c429eb #eb29b1 #6329eb

Monochromatic Colors of #c429eb

#c429eb

Complementary Color

#c429eb #50eb29

#c429eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c429eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c429eb Color CSS Codes

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

#c429eb Text Font Color

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

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


#c429eb Background Color

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

This div background color is #c429eb


#c429eb Border Color

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

This div border color is #c429eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c429eb


Comments

No comments written yet.

Please login to write comment.