Color Hex Logo

#d9006b Color Hex

#D9006B
(217,0,107)
0 Favorites   0 Comments

Color spaces of #d9006b

RGB 2170107
HSL0.921.000.43
HSV330°100°85°
CMYK 0.001.000.51   0.15
XYZ31.269115.813315.3141
Yxy15.81330.50110.2534
Hunter Lab39.765970.76935.0032
CIE-Lab46.728674.78494.1430

#d9006b color RGB value is (217,0,107).

#d9006b hex color red value is 217, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d9006b hue: 0.92 , saturation: 1.00 and the lightness value of d9006b is 0.43.

The process color (four color CMYK) of #d9006b color hex is 0.00, 1.00, 0.51, 0.15. Web safe color of #d9006b is #cc0066. Color #d9006b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000000 01101011
Octal 331 0 153
Decimal 217 0 107
Hex D9 0 6B

RGB Percentages of Color #d9006b

%66.98
%0.00
%33.02

CMYK Percentages of Color #d9006b

%0
%100
%51
%15

Triadic Colors of #d9006b

#d9006b #6bd900 #006bd9

Analogous Colors of #d9006b

#d9006b #d90100 #d900d8

Monochromatic Colors of #d9006b

#d9006b

Complementary Color

#d9006b #00d96e

#d9006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9006b Color CSS Codes

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

#d9006b Text Font Color

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

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


#d9006b Background Color

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

This div background color is #d9006b


#d9006b Border Color

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

This div border color is #d9006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9006b


Comments

No comments written yet.

Please login to write comment.