Color Hex Logo

#df4beb Color Hex

#DF4BEB
(223,75,235)
0 Favorites   0 Comments

Color spaces of #df4beb

RGB 22375235
HSL0.820.800.61
HSV296°68°92°
CMYK 0.050.680.00   0.08
XYZ47.942926.718381.2275
Yxy26.71830.30750.1714
Hunter Lab51.689775.1040-56.9880
CIE-Lab58.712775.9769-52.5741

#df4beb color RGB value is (223,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001011 11101011
Octal 337 113 353
Decimal 223 75 235
Hex DF 4B EB

RGB Percentages of Color #df4beb

%41.84
%14.07
%44.09

CMYK Percentages of Color #df4beb

%5
%68
%0
%8

Triadic Colors of #df4beb

#df4beb #ebdf4b #4bebdf

Analogous Colors of #df4beb

#df4beb #eb4ba7 #8f4beb

Monochromatic Colors of #df4beb

#df4beb

Complementary Color

#df4beb #57eb4b

#df4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4beb Color CSS Codes

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

#df4beb Text Font Color

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

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


#df4beb Background Color

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

This div background color is #df4beb


#df4beb Border Color

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

This div border color is #df4beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4beb


Comments

No comments written yet.

Please login to write comment.