Color Hex Logo

#d4507b Color Hex

#D4507B
(212,80,123)
0 Favorites   0 Comments

Color spaces of #d4507b

RGB 21280123
HSL0.950.610.57
HSV340°62°83°
CMYK 0.000.620.42   0.17
XYZ33.595221.164421.0534
Yxy21.16440.44310.2792
Hunter Lab46.004849.84215.0702
CIE-Lab53.129055.55223.5365

#d4507b color RGB value is (212,80,123).

#d4507b hex color red value is 212, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d4507b hue: 0.95 , saturation: 0.61 and the lightness value of d4507b is 0.57.

The process color (four color CMYK) of #d4507b color hex is 0.00, 0.62, 0.42, 0.17. Web safe color of #d4507b is #cc6666. Color #d4507b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010000 01111011
Octal 324 120 173
Decimal 212 80 123
Hex D4 50 7B

RGB Percentages of Color #d4507b

%51.08
%19.28
%29.64

CMYK Percentages of Color #d4507b

%0
%62
%42
%17

Triadic Colors of #d4507b

#d4507b #7bd450 #507bd4

Analogous Colors of #d4507b

#d4507b #d46750 #d450bd

Monochromatic Colors of #d4507b

#d4507b

Complementary Color

#d4507b #50d4a9

#d4507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4507b Color CSS Codes

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

#d4507b Text Font Color

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

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


#d4507b Background Color

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

This div background color is #d4507b


#d4507b Border Color

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

This div border color is #d4507b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,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 #d4507b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4507b


Comments

No comments written yet.

Please login to write comment.