Color Hex Logo

#d512b5 Color Hex

#D512B5
(213,18,181)
0 Favorites   0 Comments

Color spaces of #d512b5

RGB 21318181
HSL0.860.840.45
HSV310°92°84°
CMYK 0.000.920.15   0.16
XYZ35.997417.914945.2767
Yxy17.91490.36290.1806
Hunter Lab42.326077.7401-33.7951
CIE-Lab49.392779.8895-36.5339

#d512b5 color RGB value is (213,18,181).

#d512b5 hex color red value is 213, green value is 18 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #d512b5 hue: 0.86 , saturation: 0.84 and the lightness value of d512b5 is 0.45.

The process color (four color CMYK) of #d512b5 color hex is 0.00, 0.92, 0.15, 0.16. Web safe color of #d512b5 is #cc00cc. Color #d512b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010010 10110101
Octal 325 22 265
Decimal 213 18 181
Hex D5 12 B5

RGB Percentages of Color #d512b5

%51.70
%4.37
%43.93

CMYK Percentages of Color #d512b5

%0
%92
%15
%16

Triadic Colors of #d512b5

#d512b5 #b5d512 #12b5d5

Analogous Colors of #d512b5

#d512b5 #d51254 #9412d5

Monochromatic Colors of #d512b5

#d512b5

Complementary Color

#d512b5 #12d532

#d512b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d512b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d512b5 Color CSS Codes

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

#d512b5 Text Font Color

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

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


#d512b5 Background Color

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

This div background color is #d512b5


#d512b5 Border Color

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

This div border color is #d512b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d512b5


Comments

No comments written yet.

Please login to write comment.