Color Hex Logo

#d03059 Color Hex

#D03059
(208,48,89)
0 Favorites   0 Comments

Color spaces of #d03059

RGB 2084889
HSL0.960.630.50
HSV345°77°82°
CMYK 0.000.770.57   0.18
XYZ28.872516.245111.0651
Yxy16.24510.51390.2891
Hunter Lab40.305257.333711.9366
CIE-Lab47.294463.292215.7968

#d03059 color RGB value is (208,48,89).

#d03059 hex color red value is 208, green value is 48 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d03059 hue: 0.96 , saturation: 0.63 and the lightness value of d03059 is 0.50.

The process color (four color CMYK) of #d03059 color hex is 0.00, 0.77, 0.57, 0.18. Web safe color of #d03059 is #cc3366. Color #d03059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01011001
Octal 320 60 131
Decimal 208 48 89
Hex D0 30 59

RGB Percentages of Color #d03059

%60.29
%13.91
%25.80

CMYK Percentages of Color #d03059

%0
%77
%57
%18

Triadic Colors of #d03059

#d03059 #59d030 #3059d0

Analogous Colors of #d03059

#d03059 #d05730 #d030a9

Monochromatic Colors of #d03059

#d03059

Complementary Color

#d03059 #30d0a7

#d03059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03059 Color CSS Codes

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

#d03059 Text Font Color

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

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


#d03059 Background Color

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

This div background color is #d03059


#d03059 Border Color

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

This div border color is #d03059


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,48,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d03059; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d03059;
  -webkit-box-shadow: 1px 1px 3px 2px #d03059;
  box-shadow:         1px 1px 3px 2px #d03059; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,48,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03059


Comments

No comments written yet.

Please login to write comment.