Color Hex Logo

#d06488 Color Hex

#D06488
(208,100,136)
0 Favorites   0 Comments

Color spaces of #d06488

RGB 208100136
HSL0.940.530.60
HSV340°52°82°
CMYK 0.000.520.35   0.18
XYZ35.013524.301826.1379
Yxy24.30180.40970.2844
Hunter Lab49.296940.51163.0714
CIE-Lab56.388746.40810.5093

#d06488 color RGB value is (208,100,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 10001000
Octal 320 144 210
Decimal 208 100 136
Hex D0 64 88

RGB Percentages of Color #d06488

%46.85
%22.52
%30.63

CMYK Percentages of Color #d06488

%0
%52
%35
%18

Triadic Colors of #d06488

#d06488 #88d064 #6488d0

Analogous Colors of #d06488

#d06488 #d07664 #d064be

Monochromatic Colors of #d06488

#d06488

Complementary Color

#d06488 #64d0ac

#d06488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06488 Color CSS Codes

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

#d06488 Text Font Color

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

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


#d06488 Background Color

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

This div background color is #d06488


#d06488 Border Color

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

This div border color is #d06488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06488


Comments

No comments written yet.

Please login to write comment.