Color Hex Logo

#ce429d Color Hex

#CE429D
(206,66,157)
0 Favorites   0 Comments

Color spaces of #ce429d

RGB 20666157
HSL0.890.590.53
HSV321°68°81°
CMYK 0.000.680.24   0.19
XYZ33.487619.452633.8880
Yxy19.45260.38570.2240
Hunter Lab44.105158.3454-14.6817
CIE-Lab51.212663.4347-19.6535

#ce429d color RGB value is (206,66,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000010 10011101
Octal 316 102 235
Decimal 206 66 157
Hex CE 42 9D

RGB Percentages of Color #ce429d

%48.02
%15.38
%36.60

CMYK Percentages of Color #ce429d

%0
%68
%24
%19

Triadic Colors of #ce429d

#ce429d #9dce42 #429dce

Analogous Colors of #ce429d

#ce429d #ce4257 #b942ce

Monochromatic Colors of #ce429d

#ce429d

Complementary Color

#ce429d #42ce73

#ce429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce429d Color CSS Codes

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

#ce429d Text Font Color

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

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


#ce429d Background Color

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

This div background color is #ce429d


#ce429d Border Color

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

This div border color is #ce429d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce429d


Comments

No comments written yet.

Please login to write comment.