Color Hex Logo

#d51041 Color Hex

#D51041
(213,16,65)
0 Favorites   0 Comments

Color spaces of #d51041

RGB 2131665
HSL0.960.860.45
HSV345°92°84°
CMYK 0.000.920.69   0.16
XYZ28.580014.89846.3704
Yxy14.89840.57330.2989
Hunter Lab38.598464.622017.2335
CIE-Lab45.494769.910728.3830

#d51041 color RGB value is (213,16,65).

#d51041 hex color red value is 213, green value is 16 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d51041 hue: 0.96 , saturation: 0.86 and the lightness value of d51041 is 0.45.

The process color (four color CMYK) of #d51041 color hex is 0.00, 0.92, 0.69, 0.16. Web safe color of #d51041 is #cc0033. Color #d51041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 01000001
Octal 325 20 101
Decimal 213 16 65
Hex D5 10 41

RGB Percentages of Color #d51041

%72.45
%5.44
%22.11

CMYK Percentages of Color #d51041

%0
%92
%69
%16

Triadic Colors of #d51041

#d51041 #41d510 #1041d5

Analogous Colors of #d51041

#d51041 #d54210 #d510a4

Monochromatic Colors of #d51041

#d51041

Complementary Color

#d51041 #10d5a4

#d51041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51041 Color CSS Codes

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

#d51041 Text Font Color

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

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


#d51041 Background Color

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

This div background color is #d51041


#d51041 Border Color

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

This div border color is #d51041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,16,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d51041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d51041;
  -webkit-box-shadow: 1px 1px 3px 2px #d51041;
  box-shadow:         1px 1px 3px 2px #d51041; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,16,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51041


Comments

No comments written yet.

Please login to write comment.