Color Hex Logo

#d03046 Color Hex

#D03046
(208,48,70)
0 Favorites   0 Comments

Color spaces of #d03046

RGB 2084870
HSL0.980.630.50
HSV352°77°82°
CMYK 0.000.770.66   0.18
XYZ28.174915.96607.3911
Yxy15.96600.54670.3098
Hunter Lab39.957555.938717.0031
CIE-Lab46.929962.134626.9142

#d03046 color RGB value is (208,48,70).

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

The process color (four color CMYK) of #d03046 color hex is 0.00, 0.77, 0.66, 0.18. Web safe color of #d03046 is #cc3333. Color #d03046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01000110
Octal 320 60 106
Decimal 208 48 70
Hex D0 30 46

RGB Percentages of Color #d03046

%63.80
%14.72
%21.47

CMYK Percentages of Color #d03046

%0
%77
%66
%18

Triadic Colors of #d03046

#d03046 #46d030 #3046d0

Analogous Colors of #d03046

#d03046 #d06a30 #d03096

Monochromatic Colors of #d03046

#d03046

Complementary Color

#d03046 #30d0ba

#d03046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03046 Color CSS Codes

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

#d03046 Text Font Color

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

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


#d03046 Background Color

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

This div background color is #d03046


#d03046 Border Color

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

This div border color is #d03046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03046


Comments

No comments written yet.

Please login to write comment.