Color Hex Logo

#d0157d Color Hex

#D0157D
(208,21,125)
0 Favorites   0 Comments

Color spaces of #d0157d

RGB 20821125
HSL0.910.820.45
HSV327°90°82°
CMYK 0.000.900.40   0.18
XYZ29.982315.426920.7995
Yxy15.42690.45280.2330
Hunter Lab39.277167.5237-3.9035
CIE-Lab46.213472.2041-7.9200

#d0157d color RGB value is (208,21,125).

#d0157d hex color red value is 208, green value is 21 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d0157d hue: 0.91 , saturation: 0.82 and the lightness value of d0157d is 0.45.

The process color (four color CMYK) of #d0157d color hex is 0.00, 0.90, 0.40, 0.18. Web safe color of #d0157d is #cc0066. Color #d0157d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 01111101
Octal 320 25 175
Decimal 208 21 125
Hex D0 15 7D

RGB Percentages of Color #d0157d

%58.76
%5.93
%35.31

CMYK Percentages of Color #d0157d

%0
%90
%40
%18

Triadic Colors of #d0157d

#d0157d #7dd015 #157dd0

Analogous Colors of #d0157d

#d0157d #d01520 #c615d0

Monochromatic Colors of #d0157d

#d0157d

Complementary Color

#d0157d #15d068

#d0157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0157d Color CSS Codes

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

#d0157d Text Font Color

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

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


#d0157d Background Color

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

This div background color is #d0157d


#d0157d Border Color

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

This div border color is #d0157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0157d


Comments

No comments written yet.

Please login to write comment.