Color Hex Logo

#d07bad Color Hex

#D07BAD
(208,123,173)
0 Favorites   0 Comments

Color spaces of #d07bad

RGB 208123173
HSL0.900.470.65
HSV325°41°82°
CMYK 0.000.410.17   0.18
XYZ40.638230.592943.2983
Yxy30.59290.35480.2671
Hunter Lab55.310834.3542-7.6957
CIE-Lab62.162539.7695-12.3104

#d07bad color RGB value is (208,123,173).

#d07bad hex color red value is 208, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d07bad hue: 0.90 , saturation: 0.47 and the lightness value of d07bad is 0.65.

The process color (four color CMYK) of #d07bad color hex is 0.00, 0.41, 0.17, 0.18. Web safe color of #d07bad is #cc6699. Color #d07bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 10101101
Octal 320 173 255
Decimal 208 123 173
Hex D0 7B AD

RGB Percentages of Color #d07bad

%41.27
%24.40
%34.33

CMYK Percentages of Color #d07bad

%0
%41
%17
%18

Triadic Colors of #d07bad

#d07bad #add07b #7badd0

Analogous Colors of #d07bad

#d07bad #d07b83 #c97bd0

Monochromatic Colors of #d07bad

#d07bad

Complementary Color

#d07bad #7bd09e

#d07bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07bad Color CSS Codes

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

#d07bad Text Font Color

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

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


#d07bad Background Color

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

This div background color is #d07bad


#d07bad Border Color

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

This div border color is #d07bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07bad


Comments

No comments written yet.

Please login to write comment.