Color Hex Logo

#d074db Color Hex

#D074DB
(208,116,219)
0 Favorites   0 Comments

Color spaces of #d074db

RGB 208116219
HSL0.820.590.66
HSV294°47°86°
CMYK 0.050.470.00   0.14
XYZ45.044031.015270.6303
Yxy31.01520.30710.2114
Hunter Lab55.691346.9139-36.2104
CIE-Lab62.520551.3746-37.7504

#d074db color RGB value is (208,116,219).

#d074db hex color red value is 208, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d074db hue: 0.82 , saturation: 0.59 and the lightness value of d074db is 0.66.

The process color (four color CMYK) of #d074db color hex is 0.05, 0.47, 0.00, 0.14. Web safe color of #d074db is #cc66cc. Color #d074db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110100 11011011
Octal 320 164 333
Decimal 208 116 219
Hex D0 74 DB

RGB Percentages of Color #d074db

%38.31
%21.36
%40.33

CMYK Percentages of Color #d074db

%5
%47
%0
%14

Triadic Colors of #d074db

#d074db #dbd074 #74dbd0

Analogous Colors of #d074db

#d074db #db74b3 #9d74db

Monochromatic Colors of #d074db

#d074db

Complementary Color

#d074db #7fdb74

#d074db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d074db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d074db Color CSS Codes

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

#d074db Text Font Color

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

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


#d074db Background Color

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

This div background color is #d074db


#d074db Border Color

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

This div border color is #d074db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d074db


Comments

No comments written yet.

Please login to write comment.