Color Hex Logo

#db61fb Color Hex

#DB61FB
(219,97,251)
0 Favorites   0 Comments

Color spaces of #db61fb

RGB 21997251
HSL0.800.950.68
HSV288°61°98°
CMYK 0.130.610.00   0.02
XYZ50.900730.574594.4855
Yxy30.57450.28930.1738
Hunter Lab55.294267.5521-62.6075
CIE-Lab62.146869.1970-56.0290

#db61fb color RGB value is (219,97,251).

#db61fb hex color red value is 219, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db61fb hue: 0.80 , saturation: 0.95 and the lightness value of db61fb is 0.68.

The process color (four color CMYK) of #db61fb color hex is 0.13, 0.61, 0.00, 0.02. Web safe color of #db61fb is #cc66ff. Color #db61fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 11111011
Octal 333 141 373
Decimal 219 97 251
Hex DB 61 FB

RGB Percentages of Color #db61fb

%38.62
%17.11
%44.27

CMYK Percentages of Color #db61fb

%13
%61
%0
%2

Triadic Colors of #db61fb

#db61fb #fbdb61 #61fbdb

Analogous Colors of #db61fb

#db61fb #fb61ce #8e61fb

Monochromatic Colors of #db61fb

#db61fb

Complementary Color

#db61fb #81fb61

#db61fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db61fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db61fb Color CSS Codes

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

#db61fb Text Font Color

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

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


#db61fb Background Color

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

This div background color is #db61fb


#db61fb Border Color

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

This div border color is #db61fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db61fb

Related Colors


Comments

No comments written yet.

Please login to write comment.