Color Hex Logo

#de48ff Color Hex

#DE48FF
(222,72,255)
0 Favorites   0 Comments

Color spaces of #de48ff

RGB 22272255
HSL0.801.000.64
HSV289°72°100°
CMYK 0.130.720.00   0.00
XYZ50.491627.384397.2322
Yxy27.38430.28830.1564
Hunter Lab52.330080.6516-73.5333
CIE-Lab59.328480.2546-62.7192

#de48ff color RGB value is (222,72,255).

#de48ff hex color red value is 222, green value is 72 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #de48ff hue: 0.80 , saturation: 1.00 and the lightness value of de48ff is 0.64.

The process color (four color CMYK) of #de48ff color hex is 0.13, 0.72, 0.00, 0.00. Web safe color of #de48ff is #cc33ff. Color #de48ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 11111111
Octal 336 110 377
Decimal 222 72 255
Hex DE 48 FF

RGB Percentages of Color #de48ff

%40.44
%13.11
%46.45

CMYK Percentages of Color #de48ff

%13
%72
%0
%0

Triadic Colors of #de48ff

#de48ff #ffde48 #48ffde

Analogous Colors of #de48ff

#de48ff #ff48c5 #8348ff

Monochromatic Colors of #de48ff

#de48ff

Complementary Color

#de48ff #69ff48

#de48ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48ff Color CSS Codes

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

#de48ff Text Font Color

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

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


#de48ff Background Color

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

This div background color is #de48ff


#de48ff Border Color

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

This div border color is #de48ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,72,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48ff

Related Colors


Comments

No comments written yet.

Please login to write comment.