Color Hex Logo

#d83e5d Color Hex

#D83E5D
(216,62,93)
0 Favorites   0 Comments

Color spaces of #d83e5d

RGB 2166293
HSL0.970.660.55
HSV348°71°85°
CMYK 0.000.710.57   0.15
XYZ32.017318.834512.3038
Yxy18.83450.50700.2982
Hunter Lab43.398755.740113.5700
CIE-Lab50.493061.290317.9513

#d83e5d color RGB value is (216,62,93).

#d83e5d hex color red value is 216, green value is 62 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d83e5d hue: 0.97 , saturation: 0.66 and the lightness value of d83e5d is 0.55.

The process color (four color CMYK) of #d83e5d color hex is 0.00, 0.71, 0.57, 0.15. Web safe color of #d83e5d is #cc3366. Color #d83e5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111110 01011101
Octal 330 76 135
Decimal 216 62 93
Hex D8 3E 5D

RGB Percentages of Color #d83e5d

%58.22
%16.71
%25.07

CMYK Percentages of Color #d83e5d

%0
%71
%57
%15

Triadic Colors of #d83e5d

#d83e5d #5dd83e #3e5dd8

Analogous Colors of #d83e5d

#d83e5d #d86c3e #d83eaa

Monochromatic Colors of #d83e5d

#d83e5d

Complementary Color

#d83e5d #3ed8b9

#d83e5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83e5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83e5d Color CSS Codes

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

#d83e5d Text Font Color

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

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


#d83e5d Background Color

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

This div background color is #d83e5d


#d83e5d Border Color

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

This div border color is #d83e5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83e5d


Comments

No comments written yet.

Please login to write comment.