Color Hex Logo

#d80041 Color Hex

#D80041
(216,0,65)
0 Favorites   0 Comments

Color spaces of #d80041

RGB 216065
HSL0.951.000.42
HSV342°100°85°
CMYK 0.001.000.70   0.15
XYZ29.273014.98066.3497
Yxy14.98060.57850.2960
Hunter Lab38.704867.268817.3665
CIE-Lab45.607672.109928.6618

#d80041 color RGB value is (216,0,65).

#d80041 hex color red value is 216, green value is 0 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d80041 hue: 0.95 , saturation: 1.00 and the lightness value of d80041 is 0.42.

The process color (four color CMYK) of #d80041 color hex is 0.00, 1.00, 0.70, 0.15. Web safe color of #d80041 is #cc0033. Color #d80041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 01000001
Octal 330 0 101
Decimal 216 0 65
Hex D8 0 41

RGB Percentages of Color #d80041

%76.87
%0.00
%23.13

CMYK Percentages of Color #d80041

%0
%100
%70
%15

Triadic Colors of #d80041

#d80041 #41d800 #0041d8

Analogous Colors of #d80041

#d80041 #d82b00 #d800ad

Monochromatic Colors of #d80041

#d80041

Complementary Color

#d80041 #00d897

#d80041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80041 Color CSS Codes

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

#d80041 Text Font Color

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

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


#d80041 Background Color

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

This div background color is #d80041


#d80041 Border Color

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

This div border color is #d80041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80041

#d80041 Color Palettes


Comments

No comments written yet.

Please login to write comment.