Color Hex Logo

#de4beb Color Hex

#DE4BEB
(222,75,235)
0 Favorites   0 Comments

Color spaces of #de4beb

RGB 22275235
HSL0.820.800.61
HSV295°68°92°
CMYK 0.060.680.00   0.08
XYZ47.635726.559981.2132
Yxy26.55990.30650.1709
Hunter Lab51.536374.8015-57.3564
CIE-Lab58.564775.7626-52.8185

#de4beb color RGB value is (222,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001011 11101011
Octal 336 113 353
Decimal 222 75 235
Hex DE 4B EB

RGB Percentages of Color #de4beb

%41.73
%14.10
%44.17

CMYK Percentages of Color #de4beb

%6
%68
%0
%8

Triadic Colors of #de4beb

#de4beb #ebde4b #4bebde

Analogous Colors of #de4beb

#de4beb #eb4ba8 #8e4beb

Monochromatic Colors of #de4beb

#de4beb

Complementary Color

#de4beb #58eb4b

#de4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4beb Color CSS Codes

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

#de4beb Text Font Color

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

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


#de4beb Background Color

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

This div background color is #de4beb


#de4beb Border Color

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

This div border color is #de4beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4beb


Comments

No comments written yet.

Please login to write comment.