Color Hex Logo

#db75fa Color Hex

#DB75FA
(219,117,250)
0 Favorites   0 Comments

Color spaces of #db75fa

RGB 219117250
HSL0.790.930.72
HSV286°53°98°
CMYK 0.120.530.00   0.02
XYZ52.830034.684894.3529
Yxy34.68480.29050.1907
Hunter Lab58.893857.0572-53.7620
CIE-Lab65.502559.7991-50.1540

#db75fa color RGB value is (219,117,250).

#db75fa hex color red value is 219, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db75fa hue: 0.79 , saturation: 0.93 and the lightness value of db75fa is 0.72.

The process color (four color CMYK) of #db75fa color hex is 0.12, 0.53, 0.00, 0.02. Web safe color of #db75fa is #cc66ff. Color #db75fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 11111010
Octal 333 165 372
Decimal 219 117 250
Hex DB 75 FA

RGB Percentages of Color #db75fa

%37.37
%19.97
%42.66

CMYK Percentages of Color #db75fa

%12
%53
%0
%2

Triadic Colors of #db75fa

#db75fa #fadb75 #75fadb

Analogous Colors of #db75fa

#db75fa #fa75d7 #9975fa

Monochromatic Colors of #db75fa

#db75fa

Complementary Color

#db75fa #94fa75

#db75fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75fa Color CSS Codes

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

#db75fa Text Font Color

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

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


#db75fa Background Color

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

This div background color is #db75fa


#db75fa Border Color

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

This div border color is #db75fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75fa


Comments

No comments written yet.

Please login to write comment.