Color Hex Logo

#de71fb Color Hex

#DE71FB
(222,113,251)
0 Favorites   0 Comments

Color spaces of #de71fb

RGB 222113251
HSL0.800.950.71
HSV287°55°98°
CMYK 0.120.550.00   0.02
XYZ53.441934.304995.0716
Yxy34.30490.29230.1876
Hunter Lab58.570460.3722-55.2404
CIE-Lab65.203962.6675-51.1518

#de71fb color RGB value is (222,113,251).

#de71fb hex color red value is 222, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #de71fb hue: 0.80 , saturation: 0.95 and the lightness value of de71fb is 0.71.

The process color (four color CMYK) of #de71fb color hex is 0.12, 0.55, 0.00, 0.02. Web safe color of #de71fb is #cc66ff. Color #de71fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 11111011
Octal 336 161 373
Decimal 222 113 251
Hex DE 71 FB

RGB Percentages of Color #de71fb

%37.88
%19.28
%42.83

CMYK Percentages of Color #de71fb

%12
%55
%0
%2

Triadic Colors of #de71fb

#de71fb #fbde71 #71fbde

Analogous Colors of #de71fb

#de71fb #fb71d3 #9971fb

Monochromatic Colors of #de71fb

#de71fb

Complementary Color

#de71fb #8efb71

#de71fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71fb Color CSS Codes

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

#de71fb Text Font Color

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

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


#de71fb Background Color

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

This div background color is #de71fb


#de71fb Border Color

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

This div border color is #de71fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71fb


Comments

No comments written yet.

Please login to write comment.