Color Hex Logo

#d5128a Color Hex

#D5128A
(213,18,138)
1 Favorites   0 Comments

Color spaces of #d5128a

RGB 21318138
HSL0.900.840.45
HSV323°92°84°
CMYK 0.000.920.35   0.16
XYZ32.244316.413725.5135
Yxy16.41370.43470.2213
Hunter Lab40.513871.1661-8.9781
CIE-Lab47.512674.9570-13.7965

#d5128a color RGB value is (213,18,138).

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

The process color (four color CMYK) of #d5128a color hex is 0.00, 0.92, 0.35, 0.16. Web safe color of #d5128a is #cc0099. Color #d5128a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010010 10001010
Octal 325 22 212
Decimal 213 18 138
Hex D5 12 8A

RGB Percentages of Color #d5128a

%57.72
%4.88
%37.40

CMYK Percentages of Color #d5128a

%0
%92
%35
%16

Triadic Colors of #d5128a

#d5128a #8ad512 #128ad5

Analogous Colors of #d5128a

#d5128a #d51229 #bf12d5

Monochromatic Colors of #d5128a

#d5128a

Complementary Color

#d5128a #12d55d

#d5128a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5128a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5128a Color CSS Codes

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

#d5128a Text Font Color

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

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


#d5128a Background Color

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

This div background color is #d5128a


#d5128a Border Color

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

This div border color is #d5128a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,18,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5128a

#d5128a Color Palettes


Comments

No comments written yet.

Please login to write comment.