Color Hex Logo

#d04698 Color Hex

#D04698
(208,70,152)
0 Favorites   0 Comments

Color spaces of #d04698

RGB 20870152
HSL0.900.590.55
HSV324°66°82°
CMYK 0.000.660.27   0.18
XYZ33.870120.057231.7920
Yxy20.05720.39510.2340
Hunter Lab44.785356.6214-10.7389
CIE-Lab51.901861.8032-15.6111

#d04698 color RGB value is (208,70,152).

#d04698 hex color red value is 208, green value is 70 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d04698 hue: 0.90 , saturation: 0.59 and the lightness value of d04698 is 0.55.

The process color (four color CMYK) of #d04698 color hex is 0.00, 0.66, 0.27, 0.18. Web safe color of #d04698 is #cc3399. Color #d04698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 10011000
Octal 320 106 230
Decimal 208 70 152
Hex D0 46 98

RGB Percentages of Color #d04698

%48.37
%16.28
%35.35

CMYK Percentages of Color #d04698

%0
%66
%27
%18

Triadic Colors of #d04698

#d04698 #98d046 #4698d0

Analogous Colors of #d04698

#d04698 #d04653 #c346d0

Monochromatic Colors of #d04698

#d04698

Complementary Color

#d04698 #46d07e

#d04698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04698 Color CSS Codes

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

#d04698 Text Font Color

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

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


#d04698 Background Color

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

This div background color is #d04698


#d04698 Border Color

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

This div border color is #d04698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04698


Comments

No comments written yet.

Please login to write comment.