Color Hex Logo

#d03074 Color Hex

#D03074
(208,48,116)
0 Favorites   0 Comments

Color spaces of #d03074

RGB 20848116
HSL0.930.630.50
HSV335°77°82°
CMYK 0.000.770.44   0.18
XYZ30.221816.784818.1699
Yxy16.78480.46370.2575
Hunter Lab40.969359.97792.3833
CIE-Lab47.987765.46020.2135

#d03074 color RGB value is (208,48,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01110100
Octal 320 60 164
Decimal 208 48 116
Hex D0 30 74

RGB Percentages of Color #d03074

%55.91
%12.90
%31.18

CMYK Percentages of Color #d03074

%0
%77
%44
%18

Triadic Colors of #d03074

#d03074 #74d030 #3074d0

Analogous Colors of #d03074

#d03074 #d03c30 #d030c4

Monochromatic Colors of #d03074

#d03074

Complementary Color

#d03074 #30d08c

#d03074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03074 Color CSS Codes

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

#d03074 Text Font Color

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

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


#d03074 Background Color

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

This div background color is #d03074


#d03074 Border Color

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

This div border color is #d03074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03074


Comments

No comments written yet.

Please login to write comment.