Color Hex Logo

#d05362 Color Hex

#D05362
(208,83,98)
0 Favorites   0 Comments

Color spaces of #d05362

RGB 2088398
HSL0.980.570.57
HSV353°60°82°
CMYK 0.000.600.53   0.18
XYZ31.310320.478313.8577
Yxy20.47830.47700.3119
Hunter Lab45.253044.310613.5208
CIE-Lab52.373750.603917.2837

#d05362 color RGB value is (208,83,98).

#d05362 hex color red value is 208, green value is 83 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d05362 hue: 0.98 , saturation: 0.57 and the lightness value of d05362 is 0.57.

The process color (four color CMYK) of #d05362 color hex is 0.00, 0.60, 0.53, 0.18. Web safe color of #d05362 is #cc6666. Color #d05362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 01100010
Octal 320 123 142
Decimal 208 83 98
Hex D0 53 62

RGB Percentages of Color #d05362

%53.47
%21.34
%25.19

CMYK Percentages of Color #d05362

%0
%60
%53
%18

Triadic Colors of #d05362

#d05362 #62d053 #5362d0

Analogous Colors of #d05362

#d05362 #d08353 #d053a1

Monochromatic Colors of #d05362

#d05362

Complementary Color

#d05362 #53d0c1

#d05362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05362 Color CSS Codes

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

#d05362 Text Font Color

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

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


#d05362 Background Color

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

This div background color is #d05362


#d05362 Border Color

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

This div border color is #d05362


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,83,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d05362; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d05362;
  -webkit-box-shadow: 1px 1px 3px 2px #d05362;
  box-shadow:         1px 1px 3px 2px #d05362; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,83,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05362


Comments

No comments written yet.

Please login to write comment.