Color Hex Logo

#d35487 Color Hex

#D35487
(211,84,135)
0 Favorites   0 Comments

Color spaces of #d35487

RGB 21184135
HSL0.930.590.58
HSV336°60°83°
CMYK 0.000.600.36   0.17
XYZ34.407521.938825.3428
Yxy21.93880.42120.2686
Hunter Lab46.838949.15680.7076
CIE-Lab53.962054.7881-2.4013

#d35487 color RGB value is (211,84,135).

#d35487 hex color red value is 211, green value is 84 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d35487 hue: 0.93 , saturation: 0.59 and the lightness value of d35487 is 0.58.

The process color (four color CMYK) of #d35487 color hex is 0.00, 0.60, 0.36, 0.17. Web safe color of #d35487 is #cc6699. Color #d35487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010100 10000111
Octal 323 124 207
Decimal 211 84 135
Hex D3 54 87

RGB Percentages of Color #d35487

%49.07
%19.53
%31.40

CMYK Percentages of Color #d35487

%0
%60
%36
%17

Triadic Colors of #d35487

#d35487 #87d354 #5487d3

Analogous Colors of #d35487

#d35487 #d36054 #d354c7

Monochromatic Colors of #d35487

#d35487

Complementary Color

#d35487 #54d3a0

#d35487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35487 Color CSS Codes

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

#d35487 Text Font Color

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

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


#d35487 Background Color

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

This div background color is #d35487


#d35487 Border Color

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

This div border color is #d35487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35487


Comments

No comments written yet.

Please login to write comment.