Color Hex Logo

#db75d5 Color Hex

#DB75D5
(219,117,213)
0 Favorites   0 Comments

Color spaces of #db75d5

RGB 219117213
HSL0.840.590.66
HSV304°47°86°
CMYK 0.000.470.03   0.14
XYZ47.584932.586766.7327
Yxy32.58670.32390.2218
Hunter Lab57.084848.8963-29.3513
CIE-Lab63.824952.9485-32.2564

#db75d5 color RGB value is (219,117,213).

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

The process color (four color CMYK) of #db75d5 color hex is 0.00, 0.47, 0.03, 0.14. Web safe color of #db75d5 is #cc66cc. Color #db75d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 11010101
Octal 333 165 325
Decimal 219 117 213
Hex DB 75 D5

RGB Percentages of Color #db75d5

%39.89
%21.31
%38.80

CMYK Percentages of Color #db75d5

%0
%47
%3
%14

Triadic Colors of #db75d5

#db75d5 #d5db75 #75d5db

Analogous Colors of #db75d5

#db75d5 #db75a2 #ae75db

Monochromatic Colors of #db75d5

#db75d5

Complementary Color

#db75d5 #75db7b

#db75d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75d5 Color CSS Codes

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

#db75d5 Text Font Color

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

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


#db75d5 Background Color

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

This div background color is #db75d5


#db75d5 Border Color

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

This div border color is #db75d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75d5


Comments

No comments written yet.

Please login to write comment.