Color Hex Logo

#df25eb Color Hex

#DF25EB
(223,37,235)
0 Favorites   0 Comments

Color spaces of #df25eb

RGB 22337235
HSL0.820.830.53
HSV296°84°92°
CMYK 0.050.840.00   0.08
XYZ46.088423.009380.6094
Yxy23.00930.30790.1537
Hunter Lab47.968087.5615-66.0582
CIE-Lab55.081986.4271-58.3727

#df25eb color RGB value is (223,37,235).

#df25eb hex color red value is 223, green value is 37 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df25eb hue: 0.82 , saturation: 0.83 and the lightness value of df25eb is 0.53.

The process color (four color CMYK) of #df25eb color hex is 0.05, 0.84, 0.00, 0.08. Web safe color of #df25eb is #cc33ff. Color #df25eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 11101011
Octal 337 45 353
Decimal 223 37 235
Hex DF 25 EB

RGB Percentages of Color #df25eb

%45.05
%7.47
%47.47

CMYK Percentages of Color #df25eb

%5
%84
%0
%8

Triadic Colors of #df25eb

#df25eb #ebdf25 #25ebdf

Analogous Colors of #df25eb

#df25eb #eb2594 #7c25eb

Monochromatic Colors of #df25eb

#df25eb

Complementary Color

#df25eb #31eb25

#df25eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df25eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df25eb Color CSS Codes

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

#df25eb Text Font Color

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

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


#df25eb Background Color

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

This div background color is #df25eb


#df25eb Border Color

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

This div border color is #df25eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df25eb


Comments

No comments written yet.

Please login to write comment.