Color Hex Logo

#be71dc Color Hex

#BE71DC
(190,113,220)
0 Favorites   0 Comments

Color spaces of #be71dc

RGB 190113220
HSL0.790.600.65
HSV283°49°86°
CMYK 0.140.490.00   0.14
XYZ40.058627.924770.9888
Yxy27.92470.28820.2009
Hunter Lab52.843842.8364-42.6577
CIE-Lab59.820648.0641-42.6977

#be71dc color RGB value is (190,113,220).

#be71dc hex color red value is 190, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be71dc hue: 0.79 , saturation: 0.60 and the lightness value of be71dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 11011100
Octal 276 161 334
Decimal 190 113 220
Hex BE 71 DC

RGB Percentages of Color #be71dc

%36.33
%21.61
%42.07

CMYK Percentages of Color #be71dc

%14
%49
%0
%14

Triadic Colors of #be71dc

#be71dc #dcbe71 #71dcbe

Analogous Colors of #be71dc

#be71dc #dc71c5 #8971dc

Monochromatic Colors of #be71dc

#be71dc

Complementary Color

#be71dc #8fdc71

#be71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71dc Color CSS Codes

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

#be71dc Text Font Color

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

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


#be71dc Background Color

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

This div background color is #be71dc


#be71dc Border Color

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

This div border color is #be71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71dc


Comments

No comments written yet.

Please login to write comment.