Color Hex Logo

#d58b83 Color Hex

#D58B83
(213,139,131)
0 Favorites   0 Comments

Color spaces of #d58b83

RGB 213139131
HSL0.020.490.67
HSV38°84°
CMYK 0.000.350.38   0.16
XYZ40.769934.250125.9348
Yxy34.25010.40380.3393
Hunter Lab58.523621.934114.6921
CIE-Lab65.160627.252915.9561

#d58b83 color RGB value is (213,139,131).

#d58b83 hex color red value is 213, green value is 139 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d58b83 hue: 0.02 , saturation: 0.49 and the lightness value of d58b83 is 0.67.

The process color (four color CMYK) of #d58b83 color hex is 0.00, 0.35, 0.38, 0.16. Web safe color of #d58b83 is #cc9999. Color #d58b83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001011 10000011
Octal 325 213 203
Decimal 213 139 131
Hex D5 8B 83

RGB Percentages of Color #d58b83

%44.10
%28.78
%27.12

CMYK Percentages of Color #d58b83

%0
%35
%38
%16

Triadic Colors of #d58b83

#d58b83 #83d58b #8b83d5

Analogous Colors of #d58b83

#d58b83 #d5b483 #d583a4

Monochromatic Colors of #d58b83

#d58b83

Complementary Color

#d58b83 #83cdd5

#d58b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58b83 Color CSS Codes

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

#d58b83 Text Font Color

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

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


#d58b83 Background Color

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

This div background color is #d58b83


#d58b83 Border Color

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

This div border color is #d58b83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58b83

#d58b83 Color Palettes


Comments

No comments written yet.

Please login to write comment.