Color Hex Logo

#ce429f Color Hex

#CE429F
(206,66,159)
0 Favorites   0 Comments

Color spaces of #ce429f

RGB 20666159
HSL0.890.590.53
HSV320°68°81°
CMYK 0.000.680.23   0.19
XYZ33.659819.521434.7948
Yxy19.52140.38260.2219
Hunter Lab44.183058.6657-15.7636
CIE-Lab51.291763.6978-20.7153

#ce429f color RGB value is (206,66,159).

#ce429f hex color red value is 206, green value is 66 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce429f hue: 0.89 , saturation: 0.59 and the lightness value of ce429f is 0.53.

The process color (four color CMYK) of #ce429f color hex is 0.00, 0.68, 0.23, 0.19. Web safe color of #ce429f is #cc3399. Color #ce429f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000010 10011111
Octal 316 102 237
Decimal 206 66 159
Hex CE 42 9F

RGB Percentages of Color #ce429f

%47.80
%15.31
%36.89

CMYK Percentages of Color #ce429f

%0
%68
%23
%19

Triadic Colors of #ce429f

#ce429f #9fce42 #429fce

Analogous Colors of #ce429f

#ce429f #ce4259 #b742ce

Monochromatic Colors of #ce429f

#ce429f

Complementary Color

#ce429f #42ce71

#ce429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce429f Color CSS Codes

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

#ce429f Text Font Color

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

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


#ce429f Background Color

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

This div background color is #ce429f


#ce429f Border Color

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

This div border color is #ce429f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce429f


Comments

No comments written yet.

Please login to write comment.