Color Hex Logo

#df4ceb Color Hex

#DF4CEB
(223,76,235)
0 Favorites   0 Comments

Color spaces of #df4ceb

RGB 22376235
HSL0.820.800.61
HSV295°68°92°
CMYK 0.050.680.00   0.08
XYZ48.011326.855081.2503
Yxy26.85500.30750.1720
Hunter Lab51.821874.6865-56.6842
CIE-Lab58.839975.6178-52.3717

#df4ceb color RGB value is (223,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001100 11101011
Octal 337 114 353
Decimal 223 76 235
Hex DF 4C EB

RGB Percentages of Color #df4ceb

%41.76
%14.23
%44.01

CMYK Percentages of Color #df4ceb

%5
%68
%0
%8

Triadic Colors of #df4ceb

#df4ceb #ebdf4c #4cebdf

Analogous Colors of #df4ceb

#df4ceb #eb4ca8 #904ceb

Monochromatic Colors of #df4ceb

#df4ceb

Complementary Color

#df4ceb #58eb4c

#df4ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4ceb Color CSS Codes

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

#df4ceb Text Font Color

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

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


#df4ceb Background Color

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

This div background color is #df4ceb


#df4ceb Border Color

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

This div border color is #df4ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4ceb


Comments

No comments written yet.

Please login to write comment.