Color Hex Logo

#d50048 Color Hex

#D50048
(213,0,72)
0 Favorites   0 Comments

Color spaces of #d50048

RGB 213072
HSL0.941.000.42
HSV340°100°84°
CMYK 0.001.000.66   0.16
XYZ28.610314.61407.4437
Yxy14.61400.56470.2884
Hunter Lab38.228366.691215.2150
CIE-Lab45.100971.726523.5678

#d50048 color RGB value is (213,0,72).

#d50048 hex color red value is 213, green value is 0 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d50048 hue: 0.94 , saturation: 1.00 and the lightness value of d50048 is 0.42.

The process color (four color CMYK) of #d50048 color hex is 0.00, 1.00, 0.66, 0.16. Web safe color of #d50048 is #cc0033. Color #d50048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000000 01001000
Octal 325 0 110
Decimal 213 0 72
Hex D5 0 48

RGB Percentages of Color #d50048

%74.74
%0.00
%25.26

CMYK Percentages of Color #d50048

%0
%100
%66
%16

Triadic Colors of #d50048

#d50048 #48d500 #0048d5

Analogous Colors of #d50048

#d50048 #d52300 #d500b3

Monochromatic Colors of #d50048

#d50048

Complementary Color

#d50048 #00d58d

#d50048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50048 Color CSS Codes

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

#d50048 Text Font Color

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

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


#d50048 Background Color

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

This div background color is #d50048


#d50048 Border Color

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

This div border color is #d50048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50048


Comments

No comments written yet.

Please login to write comment.