Color Hex Logo

#d70533 Color Hex

#D70533
(215,5,51)
0 Favorites   0 Comments

Color spaces of #d70533

RGB 215551
HSL0.960.950.43
HSV347°98°84°
CMYK 0.000.980.76   0.16
XYZ28.676114.79464.4762
Yxy14.79460.59810.3086
Hunter Lab38.463765.766620.0248
CIE-Lab45.351670.902736.7525

#d70533 color RGB value is (215,5,51).

#d70533 hex color red value is 215, green value is 5 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d70533 hue: 0.96 , saturation: 0.95 and the lightness value of d70533 is 0.43.

The process color (four color CMYK) of #d70533 color hex is 0.00, 0.98, 0.76, 0.16. Web safe color of #d70533 is #cc0033. Color #d70533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000101 00110011
Octal 327 5 63
Decimal 215 5 51
Hex D7 5 33

RGB Percentages of Color #d70533

%79.34
%1.85
%18.82

CMYK Percentages of Color #d70533

%0
%98
%76
%16

Triadic Colors of #d70533

#d70533 #33d705 #0533d7

Analogous Colors of #d70533

#d70533 #d74005 #d7059c

Monochromatic Colors of #d70533

#d70533

Complementary Color

#d70533 #05d7a9

#d70533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70533 Color CSS Codes

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

#d70533 Text Font Color

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

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


#d70533 Background Color

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

This div background color is #d70533


#d70533 Border Color

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

This div border color is #d70533


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,5,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d70533; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d70533;
  -webkit-box-shadow: 1px 1px 3px 2px #d70533;
  box-shadow:         1px 1px 3px 2px #d70533; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,5,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70533


Comments

No comments written yet.

Please login to write comment.