Color Hex Logo

#d7168b Color Hex

#D7168B
(215,22,139)
0 Favorites   0 Comments

Color spaces of #d7168b

RGB 21522139
HSL0.900.810.46
HSV324°90°84°
CMYK 0.000.900.35   0.16
XYZ32.971416.885025.9474
Yxy16.88500.43500.2227
Hunter Lab41.091471.3172-8.6751
CIE-Lab48.114874.9632-13.4533

#d7168b color RGB value is (215,22,139).

#d7168b hex color red value is 215, green value is 22 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d7168b hue: 0.90 , saturation: 0.81 and the lightness value of d7168b is 0.46.

The process color (four color CMYK) of #d7168b color hex is 0.00, 0.90, 0.35, 0.16. Web safe color of #d7168b is #cc0099. Color #d7168b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010110 10001011
Octal 327 26 213
Decimal 215 22 139
Hex D7 16 8B

RGB Percentages of Color #d7168b

%57.18
%5.85
%36.97

CMYK Percentages of Color #d7168b

%0
%90
%35
%16

Triadic Colors of #d7168b

#d7168b #8bd716 #168bd7

Analogous Colors of #d7168b

#d7168b #d7162b #c316d7

Monochromatic Colors of #d7168b

#d7168b

Complementary Color

#d7168b #16d762

#d7168b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7168b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7168b Color CSS Codes

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

#d7168b Text Font Color

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

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


#d7168b Background Color

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

This div background color is #d7168b


#d7168b Border Color

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

This div border color is #d7168b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,22,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7168b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7168b;
  -webkit-box-shadow: 1px 1px 3px 2px #d7168b;
  box-shadow:         1px 1px 3px 2px #d7168b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7168b


Comments

No comments written yet.

Please login to write comment.