Color Hex Logo

#d8648b Color Hex

#D8648B
(216,100,139)
0 Favorites   0 Comments

Color spaces of #d8648b

RGB 216100139
HSL0.940.600.62
HSV340°54°85°
CMYK 0.000.540.36   0.15
XYZ37.536325.577427.3846
Yxy25.57740.41480.2826
Hunter Lab50.574143.97873.2978
CIE-Lab57.633749.45130.7103

#d8648b color RGB value is (216,100,139).

#d8648b hex color red value is 216, green value is 100 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d8648b hue: 0.94 , saturation: 0.60 and the lightness value of d8648b is 0.62.

The process color (four color CMYK) of #d8648b color hex is 0.00, 0.54, 0.36, 0.15. Web safe color of #d8648b is #cc6699. Color #d8648b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100100 10001011
Octal 330 144 213
Decimal 216 100 139
Hex D8 64 8B

RGB Percentages of Color #d8648b

%47.47
%21.98
%30.55

CMYK Percentages of Color #d8648b

%0
%54
%36
%15

Triadic Colors of #d8648b

#d8648b #8bd864 #648bd8

Analogous Colors of #d8648b

#d8648b #d87764 #d864c5

Monochromatic Colors of #d8648b

#d8648b

Complementary Color

#d8648b #64d8b1

#d8648b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8648b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8648b Color CSS Codes

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

#d8648b Text Font Color

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

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


#d8648b Background Color

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

This div background color is #d8648b


#d8648b Border Color

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

This div border color is #d8648b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8648b


Comments

No comments written yet.

Please login to write comment.