Color Hex Logo

#d256b5 Color Hex

#D256B5
(210,86,181)
0 Favorites   0 Comments

Color spaces of #d256b5

RGB 21086181
HSL0.870.580.58
HSV314°59°82°
CMYK 0.000.590.14   0.18
XYZ38.246623.693446.2735
Yxy23.69340.35340.2190
Hunter Lab48.675955.0719-22.2907
CIE-Lab55.779559.7431-26.6098

#d256b5 color RGB value is (210,86,181).

#d256b5 hex color red value is 210, green value is 86 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #d256b5 hue: 0.87 , saturation: 0.58 and the lightness value of d256b5 is 0.58.

The process color (four color CMYK) of #d256b5 color hex is 0.00, 0.59, 0.14, 0.18. Web safe color of #d256b5 is #cc66cc. Color #d256b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010110 10110101
Octal 322 126 265
Decimal 210 86 181
Hex D2 56 B5

RGB Percentages of Color #d256b5

%44.03
%18.03
%37.95

CMYK Percentages of Color #d256b5

%0
%59
%14
%18

Triadic Colors of #d256b5

#d256b5 #b5d256 #56b5d2

Analogous Colors of #d256b5

#d256b5 #d25677 #b156d2

Monochromatic Colors of #d256b5

#d256b5

Complementary Color

#d256b5 #56d273

#d256b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d256b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d256b5 Color CSS Codes

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

#d256b5 Text Font Color

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

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


#d256b5 Background Color

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

This div background color is #d256b5


#d256b5 Border Color

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

This div border color is #d256b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,86,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d256b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d256b5;
  -webkit-box-shadow: 1px 1px 3px 2px #d256b5;
  box-shadow:         1px 1px 3px 2px #d256b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,86,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d256b5


Comments

No comments written yet.

Please login to write comment.