Color Hex Logo

#d52988 Color Hex

#D52988
(213,41,136)
0 Favorites   0 Comments

Color spaces of #d52988

RGB 21341136
HSL0.910.680.50
HSV327°81°84°
CMYK 0.000.810.36   0.16
XYZ32.677417.509624.9499
Yxy17.50960.43490.2330
Hunter Lab41.844566.1673-6.0607
CIE-Lab48.895870.5494-10.4970

#d52988 color RGB value is (213,41,136).

#d52988 hex color red value is 213, green value is 41 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d52988 hue: 0.91 , saturation: 0.68 and the lightness value of d52988 is 0.50.

The process color (four color CMYK) of #d52988 color hex is 0.00, 0.81, 0.36, 0.16. Web safe color of #d52988 is #cc3399. Color #d52988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101001 10001000
Octal 325 51 210
Decimal 213 41 136
Hex D5 29 88

RGB Percentages of Color #d52988

%54.62
%10.51
%34.87

CMYK Percentages of Color #d52988

%0
%81
%36
%16

Triadic Colors of #d52988

#d52988 #88d529 #2988d5

Analogous Colors of #d52988

#d52988 #d52932 #cc29d5

Monochromatic Colors of #d52988

#d52988

Complementary Color

#d52988 #29d576

#d52988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52988 Color CSS Codes

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

#d52988 Text Font Color

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

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


#d52988 Background Color

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

This div background color is #d52988


#d52988 Border Color

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

This div border color is #d52988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52988


Comments

No comments written yet.

Please login to write comment.