Color Hex Logo

#db25de Color Hex

#DB25DE
(219,37,222)
0 Favorites   0 Comments

Color spaces of #db25de

RGB 21937222
HSL0.830.740.51
HSV299°83°87°
CMYK 0.010.830.00   0.13
XYZ43.059821.657171.0180
Yxy21.65710.31720.1596
Hunter Lab46.537283.7219-57.9034
CIE-Lab53.661383.7506-53.3411

#db25de color RGB value is (219,37,222).

#db25de hex color red value is 219, green value is 37 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #db25de hue: 0.83 , saturation: 0.74 and the lightness value of db25de is 0.51.

The process color (four color CMYK) of #db25de color hex is 0.01, 0.83, 0.00, 0.13. Web safe color of #db25de is #cc33cc. Color #db25de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 11011110
Octal 333 45 336
Decimal 219 37 222
Hex DB 25 DE

RGB Percentages of Color #db25de

%45.82
%7.74
%46.44

CMYK Percentages of Color #db25de

%1
%83
%0
%13

Triadic Colors of #db25de

#db25de #dedb25 #25dedb

Analogous Colors of #db25de

#db25de #de2585 #7f25de

Monochromatic Colors of #db25de

#db25de

Complementary Color

#db25de #28de25

#db25de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db25de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db25de Color CSS Codes

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

#db25de Text Font Color

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

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


#db25de Background Color

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

This div background color is #db25de


#db25de Border Color

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

This div border color is #db25de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db25de


Comments

No comments written yet.

Please login to write comment.