Color Hex Logo

#d3648d Color Hex

#D3648D
(211,100,141)
0 Favorites   0 Comments

Color spaces of #d3648d

RGB 211100141
HSL0.940.560.61
HSV338°53°83°
CMYK 0.000.530.33   0.17
XYZ36.228924.886328.0934
Yxy24.88630.40610.2790
Hunter Lab49.886242.33151.5312
CIE-Lab56.964548.0266-1.5235

#d3648d color RGB value is (211,100,141).

#d3648d hex color red value is 211, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d3648d hue: 0.94 , saturation: 0.56 and the lightness value of d3648d is 0.61.

The process color (four color CMYK) of #d3648d color hex is 0.00, 0.53, 0.33, 0.17. Web safe color of #d3648d is #cc6699. Color #d3648d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 10001101
Octal 323 144 215
Decimal 211 100 141
Hex D3 64 8D

RGB Percentages of Color #d3648d

%46.68
%22.12
%31.19

CMYK Percentages of Color #d3648d

%0
%53
%33
%17

Triadic Colors of #d3648d

#d3648d #8dd364 #648dd3

Analogous Colors of #d3648d

#d3648d #d37364 #d364c5

Monochromatic Colors of #d3648d

#d3648d

Complementary Color

#d3648d #64d3aa

#d3648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3648d Color CSS Codes

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

#d3648d Text Font Color

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

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


#d3648d Background Color

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

This div background color is #d3648d


#d3648d Border Color

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

This div border color is #d3648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3648d


Comments

No comments written yet.

Please login to write comment.