Color Hex Logo

#d15484 Color Hex

#D15484
(209,84,132)
0 Favorites   0 Comments

Color spaces of #d15484

RGB 20984132
HSL0.940.580.57
HSV337°60°82°
CMYK 0.000.600.37   0.18
XYZ33.629721.561924.2192
Yxy21.56190.42350.2715
Hunter Lab46.434848.01511.5802
CIE-Lab53.559153.8193-1.2503

#d15484 color RGB value is (209,84,132).

#d15484 hex color red value is 209, green value is 84 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d15484 hue: 0.94 , saturation: 0.58 and the lightness value of d15484 is 0.57.

The process color (four color CMYK) of #d15484 color hex is 0.00, 0.60, 0.37, 0.18. Web safe color of #d15484 is #cc6699. Color #d15484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010100 10000100
Octal 321 124 204
Decimal 209 84 132
Hex D1 54 84

RGB Percentages of Color #d15484

%49.18
%19.76
%31.06

CMYK Percentages of Color #d15484

%0
%60
%37
%18

Triadic Colors of #d15484

#d15484 #84d154 #5484d1

Analogous Colors of #d15484

#d15484 #d16254 #d154c3

Monochromatic Colors of #d15484

#d15484

Complementary Color

#d15484 #54d1a1

#d15484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15484 Color CSS Codes

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

#d15484 Text Font Color

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

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


#d15484 Background Color

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

This div background color is #d15484


#d15484 Border Color

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

This div border color is #d15484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15484


Comments

No comments written yet.

Please login to write comment.