color codes Logo

#d6838f color codes

#D6838F
(214,131,143)
0 Favorites   0 Comments

Color spaces of #d6838f

RGB 214131143
HSL0.980.500.68
HSV351°39°84°
CMYK 0.000.390.33   0.16
XYZ40.805832.511930.1113
Yxy32.51190.39450.3143
Hunter Lab57.019227.95998.6030
CIE-Lab63.763733.38467.2211

#d6838f color RGB value is (214,131,143).

#d6838f hex color red value is 214, green value is 131 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d6838f hue: 0.98 , saturation: 0.50 and the lightness value of d6838f is 0.68.

The process color (four color CMYK) of #d6838f color code is 0.00, 0.39, 0.33, 0.16. Web safe color of #d6838f is #cc9999. Color #d6838f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 10001111
Octal 326 203 217
Decimal 214 131 143
Hex D6 83 8F

RGB Percentages of Color #d6838f

%43.85
%26.84
%29.30

CMYK Percentages of Color #d6838f

%0
%39
%33
%16

Triadic Colors of #d6838f

#d6838f #8fd683 #838fd6

Analogous Colors of #d6838f

#d6838f #d6a183 #d683b9

Monochromatic Colors of #d6838f

#d6838f

Complementary Color

#d6838f #83d6ca

#d6838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6838f Color CSS Codes

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

#d6838f Text Font Color

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

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


#d6838f Background Color

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

This div background color is #d6838f


#d6838f Border Color

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

This div border color is #d6838f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6838f


Comments

No comments written yet.

Please login to write comment.