Color Hex Logo

#d58274 Color Hex

#D58274
(213,130,116)
0 Favorites   0 Comments

Color spaces of #d58274

RGB 213130116
HSL0.020.540.65
HSV46°84°
CMYK 0.000.390.46   0.16
XYZ38.575631.372420.5453
Yxy31.37240.42630.3467
Hunter Lab56.011124.916017.4597
CIE-Lab62.820830.448321.1845

#d58274 color RGB value is (213,130,116).

#d58274 hex color red value is 213, green value is 130 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d58274 hue: 0.02 , saturation: 0.54 and the lightness value of d58274 is 0.65.

The process color (four color CMYK) of #d58274 color hex is 0.00, 0.39, 0.46, 0.16. Web safe color of #d58274 is #cc9966. Color #d58274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 01110100
Octal 325 202 164
Decimal 213 130 116
Hex D5 82 74

RGB Percentages of Color #d58274

%46.41
%28.32
%25.27

CMYK Percentages of Color #d58274

%0
%39
%46
%16

Triadic Colors of #d58274

#d58274 #74d582 #8274d5

Analogous Colors of #d58274

#d58274 #d5b374 #d57497

Monochromatic Colors of #d58274

#d58274

Complementary Color

#d58274 #74c7d5

#d58274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58274 Color CSS Codes

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

#d58274 Text Font Color

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

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


#d58274 Background Color

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

This div background color is #d58274


#d58274 Border Color

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

This div border color is #d58274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58274


Comments

No comments written yet.

Please login to write comment.