Color Hex Logo

#d03550 Color Hex

#D03550
(208,53,80)
0 Favorites   0 Comments

Color spaces of #d03550

RGB 2085380
HSL0.970.620.51
HSV350°75°82°
CMYK 0.000.750.62   0.18
XYZ28.733516.53539.2666
Yxy16.53530.52690.3032
Hunter Lab40.663654.969314.9533
CIE-Lab47.669161.137021.8012

#d03550 color RGB value is (208,53,80).

#d03550 hex color red value is 208, green value is 53 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d03550 hue: 0.97 , saturation: 0.62 and the lightness value of d03550 is 0.51.

The process color (four color CMYK) of #d03550 color hex is 0.00, 0.75, 0.62, 0.18. Web safe color of #d03550 is #cc3366. Color #d03550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 01010000
Octal 320 65 120
Decimal 208 53 80
Hex D0 35 50

RGB Percentages of Color #d03550

%61.00
%15.54
%23.46

CMYK Percentages of Color #d03550

%0
%75
%62
%18

Triadic Colors of #d03550

#d03550 #50d035 #3550d0

Analogous Colors of #d03550

#d03550 #d06835 #d0359e

Monochromatic Colors of #d03550

#d03550

Complementary Color

#d03550 #35d0b5

#d03550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03550 Color CSS Codes

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

#d03550 Text Font Color

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

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


#d03550 Background Color

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

This div background color is #d03550


#d03550 Border Color

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

This div border color is #d03550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03550


Comments

No comments written yet.

Please login to write comment.