Color Hex Logo

#d03487 Color Hex

#D03487
(208,52,135)
0 Favorites   0 Comments

Color spaces of #d03487

RGB 20852135
HSL0.910.620.51
HSV328°75°82°
CMYK 0.000.750.35   0.18
XYZ31.613617.615124.6555
Yxy17.61510.42790.2384
Hunter Lab41.970361.0046-5.4507
CIE-Lab49.025966.1457-9.7894

#d03487 color RGB value is (208,52,135).

#d03487 hex color red value is 208, green value is 52 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d03487 hue: 0.91 , saturation: 0.62 and the lightness value of d03487 is 0.51.

The process color (four color CMYK) of #d03487 color hex is 0.00, 0.75, 0.35, 0.18. Web safe color of #d03487 is #cc3399. Color #d03487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 10000111
Octal 320 64 207
Decimal 208 52 135
Hex D0 34 87

RGB Percentages of Color #d03487

%52.66
%13.16
%34.18

CMYK Percentages of Color #d03487

%0
%75
%35
%18

Triadic Colors of #d03487

#d03487 #87d034 #3487d0

Analogous Colors of #d03487

#d03487 #d03439 #cb34d0

Monochromatic Colors of #d03487

#d03487

Complementary Color

#d03487 #34d07d

#d03487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03487 Color CSS Codes

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

#d03487 Text Font Color

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

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


#d03487 Background Color

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

This div background color is #d03487


#d03487 Border Color

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

This div border color is #d03487


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,52,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d03487; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d03487;
  -webkit-box-shadow: 1px 1px 3px 2px #d03487;
  box-shadow:         1px 1px 3px 2px #d03487; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03487


Comments

No comments written yet.

Please login to write comment.