Color Hex Logo

#d5259a Color Hex

#D5259A
(213,37,154)
0 Favorites   0 Comments

Color spaces of #d5259a

RGB 21337154
HSL0.890.700.49
HSV320°83°84°
CMYK 0.000.830.28   0.16
XYZ33.934917.802432.2195
Yxy17.80240.40420.2120
Hunter Lab42.192969.7264-15.7402
CIE-Lab49.255673.4355-20.7657

#d5259a color RGB value is (213,37,154).

#d5259a hex color red value is 213, green value is 37 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d5259a hue: 0.89 , saturation: 0.70 and the lightness value of d5259a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 10011010
Octal 325 45 232
Decimal 213 37 154
Hex D5 25 9A

RGB Percentages of Color #d5259a

%52.72
%9.16
%38.12

CMYK Percentages of Color #d5259a

%0
%83
%28
%16

Triadic Colors of #d5259a

#d5259a #9ad525 #259ad5

Analogous Colors of #d5259a

#d5259a #d52542 #b825d5

Monochromatic Colors of #d5259a

#d5259a

Complementary Color

#d5259a #25d560

#d5259a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5259a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5259a Color CSS Codes

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

#d5259a Text Font Color

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

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


#d5259a Background Color

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

This div background color is #d5259a


#d5259a Border Color

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

This div border color is #d5259a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5259a


Comments

No comments written yet.

Please login to write comment.