Color Hex Logo

#df23eb Color Hex

#DF23EB
(223,35,235)
0 Favorites   0 Comments

Color spaces of #df23eb

RGB 22335235
HSL0.820.830.53
HSV296°85°92°
CMYK 0.050.850.00   0.08
XYZ46.027922.888280.5892
Yxy22.88820.30790.1531
Hunter Lab47.841688.0101-66.3849
CIE-Lab54.957086.7936-58.5730

#df23eb color RGB value is (223,35,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 11101011
Octal 337 43 353
Decimal 223 35 235
Hex DF 23 EB

RGB Percentages of Color #df23eb

%45.23
%7.10
%47.67

CMYK Percentages of Color #df23eb

%5
%85
%0
%8

Triadic Colors of #df23eb

#df23eb #ebdf23 #23ebdf

Analogous Colors of #df23eb

#df23eb #eb2393 #7b23eb

Monochromatic Colors of #df23eb

#df23eb

Complementary Color

#df23eb #2feb23

#df23eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df23eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df23eb Color CSS Codes

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

#df23eb Text Font Color

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

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


#df23eb Background Color

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

This div background color is #df23eb


#df23eb Border Color

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

This div border color is #df23eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,35,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 #df23eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df23eb


Comments

No comments written yet.

Please login to write comment.