Color Hex Logo

#d27868 Color Hex

#D27868
(210,120,104)
0 Favorites   0 Comments

Color spaces of #d27868

RGB 210120104
HSL0.030.540.62
HSV50°82°
CMYK 0.000.430.50   0.18
XYZ35.793528.134116.6406
Yxy28.13410.44430.3492
Hunter Lab53.041627.632518.5282
CIE-Lab60.009733.442424.1212

#d27868 color RGB value is (210,120,104).

#d27868 hex color red value is 210, green value is 120 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d27868 hue: 0.03 , saturation: 0.54 and the lightness value of d27868 is 0.62.

The process color (four color CMYK) of #d27868 color hex is 0.00, 0.43, 0.50, 0.18. Web safe color of #d27868 is #cc6666. Color #d27868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111000 01101000
Octal 322 170 150
Decimal 210 120 104
Hex D2 78 68

RGB Percentages of Color #d27868

%48.39
%27.65
%23.96

CMYK Percentages of Color #d27868

%0
%43
%50
%18

Triadic Colors of #d27868

#d27868 #68d278 #7868d2

Analogous Colors of #d27868

#d27868 #d2ad68 #d2688d

Monochromatic Colors of #d27868

#d27868

Complementary Color

#d27868 #68c2d2

#d27868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27868 Color CSS Codes

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

#d27868 Text Font Color

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

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


#d27868 Background Color

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

This div background color is #d27868


#d27868 Border Color

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

This div border color is #d27868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,120,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d27868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d27868;
  -webkit-box-shadow: 1px 1px 3px 2px #d27868;
  box-shadow:         1px 1px 3px 2px #d27868; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,120,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27868


Comments

No comments written yet.

Please login to write comment.