Color Hex Logo

#d6429a Color Hex

#D6429A
(214,66,154)
0 Favorites   0 Comments

Color spaces of #d6429a

RGB 21466154
HSL0.900.640.55
HSV324°69°84°
CMYK 0.000.690.28   0.16
XYZ35.512520.525732.6620
Yxy20.52570.40040.2314
Hunter Lab45.305360.6327-11.0303
CIE-Lab52.426465.1815-15.9060

#d6429a color RGB value is (214,66,154).

#d6429a hex color red value is 214, green value is 66 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d6429a hue: 0.90 , saturation: 0.64 and the lightness value of d6429a is 0.55.

The process color (four color CMYK) of #d6429a color hex is 0.00, 0.69, 0.28, 0.16. Web safe color of #d6429a is #cc3399. Color #d6429a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000010 10011010
Octal 326 102 232
Decimal 214 66 154
Hex D6 42 9A

RGB Percentages of Color #d6429a

%49.31
%15.21
%35.48

CMYK Percentages of Color #d6429a

%0
%69
%28
%16

Triadic Colors of #d6429a

#d6429a #9ad642 #429ad6

Analogous Colors of #d6429a

#d6429a #d64250 #c842d6

Monochromatic Colors of #d6429a

#d6429a

Complementary Color

#d6429a #42d67e

#d6429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6429a Color CSS Codes

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

#d6429a Text Font Color

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

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


#d6429a Background Color

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

This div background color is #d6429a


#d6429a Border Color

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

This div border color is #d6429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6429a


Comments

No comments written yet.

Please login to write comment.