Color Hex Logo

#be98ec Color Hex

#BE98EC
(190,152,236)
0 Favorites   0 Comments

Color spaces of #be98ec

RGB 190152236
HSL0.740.690.76
HSV267°36°93°
CMYK 0.190.360.00   0.07
XYZ47.603839.459884.4644
Yxy39.45980.27750.2300
Hunter Lab62.817025.3405-35.7500
CIE-Lab69.083030.3365-37.0723

#be98ec color RGB value is (190,152,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 11101100
Octal 276 230 354
Decimal 190 152 236
Hex BE 98 EC

RGB Percentages of Color #be98ec

%32.87
%26.30
%40.83

CMYK Percentages of Color #be98ec

%19
%36
%0
%7

Triadic Colors of #be98ec

#be98ec #ecbe98 #98ecbe

Analogous Colors of #be98ec

#be98ec #e898ec #989cec

Monochromatic Colors of #be98ec

#be98ec

Complementary Color

#be98ec #c6ec98

#be98ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98ec Color CSS Codes

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

#be98ec Text Font Color

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

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


#be98ec Background Color

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

This div background color is #be98ec


#be98ec Border Color

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

This div border color is #be98ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98ec


Comments

No comments written yet.

Please login to write comment.