Color Hex Logo

#d52705 Color Hex

#D52705
(213,39,5)
0 Favorites   0 Comments

Color spaces of #d52705

RGB 213395
HSL0.030.950.43
HSV10°98°84°
CMYK 0.000.820.98   0.16
XYZ28.193515.60811.6703
Yxy15.60810.62000.3432
Hunter Lab39.507158.245825.1483
CIE-Lab46.456164.250157.9884

#d52705 color RGB value is (213,39,5).

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

The process color (four color CMYK) of #d52705 color hex is 0.00, 0.82, 0.98, 0.16. Web safe color of #d52705 is #cc3300. Color #d52705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 00000101
Octal 325 47 5
Decimal 213 39 5
Hex D5 27 5

RGB Percentages of Color #d52705

%82.88
%15.18
%1.95

CMYK Percentages of Color #d52705

%0
%82
%98
%16

Triadic Colors of #d52705

#d52705 #05d527 #2705d5

Analogous Colors of #d52705

#d52705 #d58f05 #d5054b

Monochromatic Colors of #d52705

#d52705

Complementary Color

#d52705 #05b3d5

#d52705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52705 Color CSS Codes

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

#d52705 Text Font Color

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

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


#d52705 Background Color

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

This div background color is #d52705


#d52705 Border Color

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

This div border color is #d52705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52705


Comments

No comments written yet.

Please login to write comment.