Color Hex Logo

#d07bdd Color Hex

#D07BDD
(208,123,221)
0 Favorites   0 Comments

Color spaces of #d07bdd

RGB 208123221
HSL0.810.590.67
HSV292°44°87°
CMYK 0.060.440.00   0.13
XYZ46.146532.796372.3047
Yxy32.79630.30510.2168
Hunter Lab57.268143.6159-34.7699
CIE-Lab63.995648.1709-36.5645

#d07bdd color RGB value is (208,123,221).

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

The process color (four color CMYK) of #d07bdd color hex is 0.06, 0.44, 0.00, 0.13. Web safe color of #d07bdd is #cc66cc. Color #d07bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 11011101
Octal 320 173 335
Decimal 208 123 221
Hex D0 7B DD

RGB Percentages of Color #d07bdd

%37.68
%22.28
%40.04

CMYK Percentages of Color #d07bdd

%6
%44
%0
%13

Triadic Colors of #d07bdd

#d07bdd #ddd07b #7bddd0

Analogous Colors of #d07bdd

#d07bdd #dd7bb9 #9f7bdd

Monochromatic Colors of #d07bdd

#d07bdd

Complementary Color

#d07bdd #88dd7b

#d07bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07bdd Color CSS Codes

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

#d07bdd Text Font Color

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

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


#d07bdd Background Color

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

This div background color is #d07bdd


#d07bdd Border Color

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

This div border color is #d07bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07bdd


Comments

No comments written yet.

Please login to write comment.