Color Hex Logo

#d5028c Color Hex

#D5028C
(213,2,140)
0 Favorites   0 Comments

Color spaces of #d5028c

RGB 2132140
HSL0.890.980.42
HSV321°99°84°
CMYK 0.000.990.34   0.16
XYZ32.195916.083026.2184
Yxy16.08300.43220.2159
Hunter Lab40.103673.1217-10.6893
CIE-Lab47.083276.6335-15.6621

#d5028c color RGB value is (213,2,140).

#d5028c hex color red value is 213, green value is 2 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d5028c hue: 0.89 , saturation: 0.98 and the lightness value of d5028c is 0.42.

The process color (four color CMYK) of #d5028c color hex is 0.00, 0.99, 0.34, 0.16. Web safe color of #d5028c is #cc0099. Color #d5028c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000010 10001100
Octal 325 2 214
Decimal 213 2 140
Hex D5 2 8C

RGB Percentages of Color #d5028c

%60.00
%0.56
%39.44

CMYK Percentages of Color #d5028c

%0
%99
%34
%16

Triadic Colors of #d5028c

#d5028c #8cd502 #028cd5

Analogous Colors of #d5028c

#d5028c #d50223 #b502d5

Monochromatic Colors of #d5028c

#d5028c

Complementary Color

#d5028c #02d54b

#d5028c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5028c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5028c Color CSS Codes

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

#d5028c Text Font Color

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

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


#d5028c Background Color

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

This div background color is #d5028c


#d5028c Border Color

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

This div border color is #d5028c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5028c


Comments

No comments written yet.

Please login to write comment.