Color Hex Logo

#be71df Color Hex

#BE71DF
(190,113,223)
0 Favorites   0 Comments

Color spaces of #be71df

RGB 190113223
HSL0.780.630.66
HSV282°49°87°
CMYK 0.150.490.00   0.13
XYZ40.459628.085173.1006
Yxy28.08510.28560.1983
Hunter Lab52.995443.5349-44.6865
CIE-Lab59.965548.6863-44.1508

#be71df color RGB value is (190,113,223).

#be71df hex color red value is 190, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be71df hue: 0.78 , saturation: 0.63 and the lightness value of be71df is 0.66.

The process color (four color CMYK) of #be71df color hex is 0.15, 0.49, 0.00, 0.13. Web safe color of #be71df is #cc66cc. Color #be71df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 11011111
Octal 276 161 337
Decimal 190 113 223
Hex BE 71 DF

RGB Percentages of Color #be71df

%36.12
%21.48
%42.40

CMYK Percentages of Color #be71df

%15
%49
%0
%13

Triadic Colors of #be71df

#be71df #dfbe71 #71dfbe

Analogous Colors of #be71df

#be71df #df71c9 #8771df

Monochromatic Colors of #be71df

#be71df

Complementary Color

#be71df #92df71

#be71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71df Color CSS Codes

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

#be71df Text Font Color

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

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


#be71df Background Color

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

This div background color is #be71df


#be71df Border Color

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

This div border color is #be71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71df


Comments

No comments written yet.

Please login to write comment.