Color Hex Logo

#be99ec Color Hex

#BE99EC
(190,153,236)
0 Favorites   0 Comments

Color spaces of #be99ec

RGB 190153236
HSL0.740.690.76
HSV267°35°93°
CMYK 0.190.350.00   0.07
XYZ47.766839.785784.5187
Yxy39.78570.27760.2312
Hunter Lab63.075924.7936-35.2926
CIE-Lab69.316629.7823-36.7089

#be99ec color RGB value is (190,153,236).

#be99ec hex color red value is 190, green value is 153 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #be99ec hue: 0.74 , saturation: 0.69 and the lightness value of be99ec is 0.76.

The process color (four color CMYK) of #be99ec color hex is 0.19, 0.35, 0.00, 0.07. Web safe color of #be99ec is #cc99ff. Color #be99ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 11101100
Octal 276 231 354
Decimal 190 153 236
Hex BE 99 EC

RGB Percentages of Color #be99ec

%32.82
%26.42
%40.76

CMYK Percentages of Color #be99ec

%19
%35
%0
%7

Triadic Colors of #be99ec

#be99ec #ecbe99 #99ecbe

Analogous Colors of #be99ec

#be99ec #e899ec #999eec

Monochromatic Colors of #be99ec

#be99ec

Complementary Color

#be99ec #c7ec99

#be99ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be99ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be99ec Color CSS Codes

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

#be99ec Text Font Color

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

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


#be99ec Background Color

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

This div background color is #be99ec


#be99ec Border Color

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

This div border color is #be99ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be99ec


Comments

No comments written yet.

Please login to write comment.