Color Hex Logo

#d15182 Color Hex

#D15182
(209,81,130)
0 Favorites   0 Comments

Color spaces of #d15182

RGB 20981130
HSL0.940.580.57
HSV337°61°82°
CMYK 0.000.610.38   0.18
XYZ33.266221.051923.4292
Yxy21.05190.42790.2708
Hunter Lab45.882349.12421.8420
CIE-Lab53.006254.9233-0.8712

#d15182 color RGB value is (209,81,130).

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

The process color (four color CMYK) of #d15182 color hex is 0.00, 0.61, 0.38, 0.18. Web safe color of #d15182 is #cc6699. Color #d15182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 10000010
Octal 321 121 202
Decimal 209 81 130
Hex D1 51 82

RGB Percentages of Color #d15182

%49.76
%19.29
%30.95

CMYK Percentages of Color #d15182

%0
%61
%38
%18

Triadic Colors of #d15182

#d15182 #82d151 #5182d1

Analogous Colors of #d15182

#d15182 #d16051 #d151c2

Monochromatic Colors of #d15182

#d15182

Complementary Color

#d15182 #51d1a0

#d15182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15182 Color CSS Codes

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

#d15182 Text Font Color

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

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


#d15182 Background Color

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

This div background color is #d15182


#d15182 Border Color

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

This div border color is #d15182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15182


Comments

No comments written yet.

Please login to write comment.