Color Hex Logo

#d80330 Color Hex

#D80330
(216,3,48)
0 Favorites   0 Comments

Color spaces of #d80330

RGB 216348
HSL0.960.970.43
HSV347°99°85°
CMYK 0.000.990.78   0.15
XYZ28.885014.87754.1455
Yxy14.87750.60290.3105
Hunter Lab38.571466.173720.6277
CIE-Lab45.466071.222038.6933

#d80330 color RGB value is (216,3,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000011 00110000
Octal 330 3 60
Decimal 216 3 48
Hex D8 3 30

RGB Percentages of Color #d80330

%80.90
%1.12
%17.98

CMYK Percentages of Color #d80330

%0
%99
%78
%15

Triadic Colors of #d80330

#d80330 #30d803 #0330d8

Analogous Colors of #d80330

#d80330 #d84103 #d8039b

Monochromatic Colors of #d80330

#d80330

Complementary Color

#d80330 #03d8ab

#d80330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80330 Color CSS Codes

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

#d80330 Text Font Color

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

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


#d80330 Background Color

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

This div background color is #d80330


#d80330 Border Color

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

This div border color is #d80330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80330


Comments

No comments written yet.

Please login to write comment.