Color Hex Logo

#d0648e Color Hex

#D0648E
(208,100,142)
0 Favorites   0 Comments

Color spaces of #d0648e

RGB 208100142
HSL0.940.530.60
HSV337°52°82°
CMYK 0.000.520.32   0.18
XYZ35.452124.477228.4472
Yxy24.47720.40110.2770
Hunter Lab49.474441.32820.5411
CIE-Lab56.562447.1496-2.7489

#d0648e color RGB value is (208,100,142).

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

The process color (four color CMYK) of #d0648e color hex is 0.00, 0.52, 0.32, 0.18. Web safe color of #d0648e is #cc6699. Color #d0648e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 10001110
Octal 320 144 216
Decimal 208 100 142
Hex D0 64 8E

RGB Percentages of Color #d0648e

%46.22
%22.22
%31.56

CMYK Percentages of Color #d0648e

%0
%52
%32
%18

Triadic Colors of #d0648e

#d0648e #8ed064 #648ed0

Analogous Colors of #d0648e

#d0648e #d07064 #d064c4

Monochromatic Colors of #d0648e

#d0648e

Complementary Color

#d0648e #64d0a6

#d0648e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0648e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0648e Color CSS Codes

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

#d0648e Text Font Color

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

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


#d0648e Background Color

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

This div background color is #d0648e


#d0648e Border Color

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

This div border color is #d0648e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0648e


Comments

No comments written yet.

Please login to write comment.