Color Hex Logo

#d904be Color Hex

#D904BE
(217,4,190)
0 Favorites   0 Comments

Color spaces of #d904be

RGB 2174190
HSL0.850.960.43
HSV308°98°85°
CMYK 0.000.980.12   0.15
XYZ37.953018.556350.2966
Yxy18.55630.35530.1737
Hunter Lab43.077081.8826-39.0729
CIE-Lab50.164083.0008-40.5289

#d904be color RGB value is (217,4,190).

#d904be hex color red value is 217, green value is 4 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d904be hue: 0.85 , saturation: 0.96 and the lightness value of d904be is 0.43.

The process color (four color CMYK) of #d904be color hex is 0.00, 0.98, 0.12, 0.15. Web safe color of #d904be is #cc00cc. Color #d904be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000100 10111110
Octal 331 4 276
Decimal 217 4 190
Hex D9 4 BE

RGB Percentages of Color #d904be

%52.80
%0.97
%46.23

CMYK Percentages of Color #d904be

%0
%98
%12
%15

Triadic Colors of #d904be

#d904be #bed904 #04bed9

Analogous Colors of #d904be

#d904be #d90454 #8a04d9

Monochromatic Colors of #d904be

#d904be

Complementary Color

#d904be #04d91f

#d904be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d904be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d904be Color CSS Codes

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

#d904be Text Font Color

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

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


#d904be Background Color

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

This div background color is #d904be


#d904be Border Color

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

This div border color is #d904be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,4,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d904be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d904be;
  -webkit-box-shadow: 1px 1px 3px 2px #d904be;
  box-shadow:         1px 1px 3px 2px #d904be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d904be


Comments

No comments written yet.

Please login to write comment.