Color Hex Logo

#d80346 Color Hex

#D80346
(216,3,70)
0 Favorites   0 Comments

Color spaces of #d80346

RGB 216370
HSL0.950.970.43
HSV341°99°85°
CMYK 0.000.990.68   0.15
XYZ29.457015.10637.1576
Yxy15.10630.56950.2921
Hunter Lab38.866867.267416.2881
CIE-Lab45.779472.075325.7991

#d80346 color RGB value is (216,3,70).

#d80346 hex color red value is 216, green value is 3 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d80346 hue: 0.95 , saturation: 0.97 and the lightness value of d80346 is 0.43.

The process color (four color CMYK) of #d80346 color hex is 0.00, 0.99, 0.68, 0.15. Web safe color of #d80346 is #cc0033. Color #d80346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000011 01000110
Octal 330 3 106
Decimal 216 3 70
Hex D8 3 46

RGB Percentages of Color #d80346

%74.74
%1.04
%24.22

CMYK Percentages of Color #d80346

%0
%99
%68
%15

Triadic Colors of #d80346

#d80346 #46d803 #0346d8

Analogous Colors of #d80346

#d80346 #d82a03 #d803b1

Monochromatic Colors of #d80346

#d80346

Complementary Color

#d80346 #03d895

#d80346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80346 Color CSS Codes

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

#d80346 Text Font Color

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

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


#d80346 Background Color

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

This div background color is #d80346


#d80346 Border Color

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

This div border color is #d80346


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,3,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80346


Comments

No comments written yet.

Please login to write comment.