Color Hex Logo

#d5459a Color Hex

#D5459A
(213,69,154)
0 Favorites   0 Comments

Color spaces of #d5459a

RGB 21369154
HSL0.900.630.55
HSV325°68°84°
CMYK 0.000.680.28   0.16
XYZ35.401420.735532.7083
Yxy20.73550.39850.2334
Hunter Lab45.536259.0834-10.7121
CIE-Lab52.658863.8041-15.5686

#d5459a color RGB value is (213,69,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000101 10011010
Octal 325 105 232
Decimal 213 69 154
Hex D5 45 9A

RGB Percentages of Color #d5459a

%48.85
%15.83
%35.32

CMYK Percentages of Color #d5459a

%0
%68
%28
%16

Triadic Colors of #d5459a

#d5459a #9ad545 #459ad5

Analogous Colors of #d5459a

#d5459a #d54552 #c845d5

Monochromatic Colors of #d5459a

#d5459a

Complementary Color

#d5459a #45d580

#d5459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5459a Color CSS Codes

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

#d5459a Text Font Color

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

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


#d5459a Background Color

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

This div background color is #d5459a


#d5459a Border Color

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

This div border color is #d5459a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,69,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 #d5459a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5459a


Comments

No comments written yet.

Please login to write comment.