Color Hex Logo

#d03684 Color Hex

#D03684
(208,54,132)
0 Favorites   0 Comments

Color spaces of #d03684

RGB 20854132
HSL0.920.620.51
HSV330°74°82°
CMYK 0.000.740.37   0.18
XYZ31.496417.714223.5889
Yxy17.71420.43260.2433
Hunter Lab42.088259.9246-3.7681
CIE-Lab49.147665.1924-7.7958

#d03684 color RGB value is (208,54,132).

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

The process color (four color CMYK) of #d03684 color hex is 0.00, 0.74, 0.37, 0.18. Web safe color of #d03684 is #cc3399. Color #d03684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 10000100
Octal 320 66 204
Decimal 208 54 132
Hex D0 36 84

RGB Percentages of Color #d03684

%52.79
%13.71
%33.50

CMYK Percentages of Color #d03684

%0
%74
%37
%18

Triadic Colors of #d03684

#d03684 #84d036 #3684d0

Analogous Colors of #d03684

#d03684 #d03637 #cf36d0

Monochromatic Colors of #d03684

#d03684

Complementary Color

#d03684 #36d082

#d03684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03684 Color CSS Codes

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

#d03684 Text Font Color

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

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


#d03684 Background Color

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

This div background color is #d03684


#d03684 Border Color

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

This div border color is #d03684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03684


Comments

No comments written yet.

Please login to write comment.