Color Hex Logo

#d0507b Color Hex

#D0507B
(208,80,123)
0 Favorites   0 Comments

Color spaces of #d0507b

RGB 20880123
HSL0.940.580.56
HSV340°62°82°
CMYK 0.000.620.41   0.18
XYZ32.456220.577321.0001
Yxy20.57730.43840.2779
Hunter Lab45.362248.33114.3057
CIE-Lab52.483754.29212.5217

#d0507b color RGB value is (208,80,123).

#d0507b hex color red value is 208, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d0507b hue: 0.94 , saturation: 0.58 and the lightness value of d0507b is 0.56.

The process color (four color CMYK) of #d0507b color hex is 0.00, 0.62, 0.41, 0.18. Web safe color of #d0507b is #cc6666. Color #d0507b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010000 01111011
Octal 320 120 173
Decimal 208 80 123
Hex D0 50 7B

RGB Percentages of Color #d0507b

%50.61
%19.46
%29.93

CMYK Percentages of Color #d0507b

%0
%62
%41
%18

Triadic Colors of #d0507b

#d0507b #7bd050 #507bd0

Analogous Colors of #d0507b

#d0507b #d06550 #d050bb

Monochromatic Colors of #d0507b

#d0507b

Complementary Color

#d0507b #50d0a5

#d0507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0507b Color CSS Codes

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

#d0507b Text Font Color

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

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


#d0507b Background Color

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

This div background color is #d0507b


#d0507b Border Color

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

This div border color is #d0507b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0507b


Comments

No comments written yet.

Please login to write comment.