Color Hex Logo

#d3024f Color Hex

#D3024F
(211,2,79)
0 Favorites   0 Comments

Color spaces of #d3024f

RGB 211279
HSL0.940.980.42
HSV338°99°83°
CMYK 0.000.990.63   0.17
XYZ28.297014.45688.6962
Yxy14.45680.55000.2810
Hunter Lab38.022166.305513.0550
CIE-Lab44.881071.446618.8376

#d3024f color RGB value is (211,2,79).

#d3024f hex color red value is 211, green value is 2 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d3024f hue: 0.94 , saturation: 0.98 and the lightness value of d3024f is 0.42.

The process color (four color CMYK) of #d3024f color hex is 0.00, 0.99, 0.63, 0.17. Web safe color of #d3024f is #cc0066. Color #d3024f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000010 01001111
Octal 323 2 117
Decimal 211 2 79
Hex D3 2 4F

RGB Percentages of Color #d3024f

%72.26
%0.68
%27.05

CMYK Percentages of Color #d3024f

%0
%99
%63
%17

Triadic Colors of #d3024f

#d3024f #4fd302 #024fd3

Analogous Colors of #d3024f

#d3024f #d31e02 #d302b8

Monochromatic Colors of #d3024f

#d3024f

Complementary Color

#d3024f #02d386

#d3024f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3024f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3024f Color CSS Codes

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

#d3024f Text Font Color

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

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


#d3024f Background Color

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

This div background color is #d3024f


#d3024f Border Color

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

This div border color is #d3024f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3024f


Comments

No comments written yet.

Please login to write comment.