Color Hex Logo

#be93dc Color Hex

#BE93DC
(190,147,220)
0 Favorites   0 Comments

Color spaces of #be93dc

RGB 190147220
HSL0.760.510.72
HSV275°33°86°
CMYK 0.140.330.00   0.14
XYZ44.587236.981972.4984
Yxy36.98190.28940.2400
Hunter Lab60.812724.4518-28.1141
CIE-Lab67.263429.6084-31.0860

#be93dc color RGB value is (190,147,220).

#be93dc hex color red value is 190, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be93dc hue: 0.76 , saturation: 0.51 and the lightness value of be93dc is 0.72.

The process color (four color CMYK) of #be93dc color hex is 0.14, 0.33, 0.00, 0.14. Web safe color of #be93dc is #cc99cc. Color #be93dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 11011100
Octal 276 223 334
Decimal 190 147 220
Hex BE 93 DC

RGB Percentages of Color #be93dc

%34.11
%26.39
%39.50

CMYK Percentages of Color #be93dc

%14
%33
%0
%14

Triadic Colors of #be93dc

#be93dc #dcbe93 #93dcbe

Analogous Colors of #be93dc

#be93dc #dc93d6 #9a93dc

Monochromatic Colors of #be93dc

#be93dc

Complementary Color

#be93dc #b1dc93

#be93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be93dc Color CSS Codes

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

#be93dc Text Font Color

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

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


#be93dc Background Color

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

This div background color is #be93dc


#be93dc Border Color

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

This div border color is #be93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be93dc


Comments

No comments written yet.

Please login to write comment.