Color Hex Logo

#d07bdf Color Hex

#D07BDF
(208,123,223)
0 Favorites   0 Comments

Color spaces of #d07bdf

RGB 208123223
HSL0.810.610.68
HSV291°45°87°
CMYK 0.070.450.00   0.13
XYZ46.414732.903573.7167
Yxy32.90350.30330.2150
Hunter Lab57.361644.0523-36.0419
CIE-Lab64.082748.5555-37.5429

#d07bdf color RGB value is (208,123,223).

#d07bdf hex color red value is 208, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d07bdf hue: 0.81 , saturation: 0.61 and the lightness value of d07bdf is 0.68.

The process color (four color CMYK) of #d07bdf color hex is 0.07, 0.45, 0.00, 0.13. Web safe color of #d07bdf is #cc66cc. Color #d07bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 11011111
Octal 320 173 337
Decimal 208 123 223
Hex D0 7B DF

RGB Percentages of Color #d07bdf

%37.55
%22.20
%40.25

CMYK Percentages of Color #d07bdf

%7
%45
%0
%13

Triadic Colors of #d07bdf

#d07bdf #dfd07b #7bdfd0

Analogous Colors of #d07bdf

#d07bdf #df7bbc #9e7bdf

Monochromatic Colors of #d07bdf

#d07bdf

Complementary Color

#d07bdf #8adf7b

#d07bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07bdf Color CSS Codes

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

#d07bdf Text Font Color

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

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


#d07bdf Background Color

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

This div background color is #d07bdf


#d07bdf Border Color

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

This div border color is #d07bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07bdf


Comments

No comments written yet.

Please login to write comment.