Color Hex Logo

#d0124f Color Hex

#D0124F
(208,18,79)
0 Favorites   0 Comments

Color spaces of #d0124f

RGB 2081879
HSL0.950.840.44
HSV341°91°82°
CMYK 0.000.910.62   0.18
XYZ27.640014.40708.7212
Yxy14.40700.54440.2838
Hunter Lab37.956663.559912.9466
CIE-Lab44.811169.144118.6344

#d0124f color RGB value is (208,18,79).

#d0124f hex color red value is 208, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d0124f hue: 0.95 , saturation: 0.84 and the lightness value of d0124f is 0.44.

The process color (four color CMYK) of #d0124f color hex is 0.00, 0.91, 0.62, 0.18. Web safe color of #d0124f is #cc0066. Color #d0124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010010 01001111
Octal 320 22 117
Decimal 208 18 79
Hex D0 12 4F

RGB Percentages of Color #d0124f

%68.20
%5.90
%25.90

CMYK Percentages of Color #d0124f

%0
%91
%62
%18

Triadic Colors of #d0124f

#d0124f #4fd012 #124fd0

Analogous Colors of #d0124f

#d0124f #d03412 #d012ae

Monochromatic Colors of #d0124f

#d0124f

Complementary Color

#d0124f #12d093

#d0124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0124f Color CSS Codes

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

#d0124f Text Font Color

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

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


#d0124f Background Color

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

This div background color is #d0124f


#d0124f Border Color

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

This div border color is #d0124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0124f


Comments

No comments written yet.

Please login to write comment.