Color Hex Logo

#d15283 Color Hex

#D15283
(209,82,131)
0 Favorites   0 Comments

Color spaces of #d15283

RGB 20982131
HSL0.940.580.57
HSV337°61°82°
CMYK 0.000.610.37   0.18
XYZ33.408521.228623.8094
Yxy21.22860.42590.2706
Hunter Lab46.074548.79951.6135
CIE-Lab53.198854.5952-1.1841

#d15283 color RGB value is (209,82,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010010 10000011
Octal 321 122 203
Decimal 209 82 131
Hex D1 52 83

RGB Percentages of Color #d15283

%49.53
%19.43
%31.04

CMYK Percentages of Color #d15283

%0
%61
%37
%18

Triadic Colors of #d15283

#d15283 #83d152 #5283d1

Analogous Colors of #d15283

#d15283 #d16052 #d152c3

Monochromatic Colors of #d15283

#d15283

Complementary Color

#d15283 #52d1a0

#d15283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15283 Color CSS Codes

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

#d15283 Text Font Color

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

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


#d15283 Background Color

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

This div background color is #d15283


#d15283 Border Color

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

This div border color is #d15283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15283


Comments

No comments written yet.

Please login to write comment.