Color Hex Logo

#bea5ec Color Hex

#BEA5EC
(190,165,236)
0 Favorites   0 Comments

Color spaces of #bea5ec

RGB 190165236
HSL0.730.650.79
HSV261°30°93°
CMYK 0.190.300.00   0.07
XYZ49.830743.913585.2067
Yxy43.91350.27850.2454
Hunter Lab66.267318.2581-29.8482
CIE-Lab72.170623.1254-32.2856

#bea5ec color RGB value is (190,165,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 11101100
Octal 276 245 354
Decimal 190 165 236
Hex BE A5 EC

RGB Percentages of Color #bea5ec

%32.15
%27.92
%39.93

CMYK Percentages of Color #bea5ec

%19
%30
%0
%7

Triadic Colors of #bea5ec

#bea5ec #ecbea5 #a5ecbe

Analogous Colors of #bea5ec

#bea5ec #e2a5ec #a5b0ec

Monochromatic Colors of #bea5ec

#bea5ec

Complementary Color

#bea5ec #d3eca5

#bea5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea5ec Color CSS Codes

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

#bea5ec Text Font Color

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

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


#bea5ec Background Color

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

This div background color is #bea5ec


#bea5ec Border Color

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

This div border color is #bea5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea5ec


Comments

No comments written yet.

Please login to write comment.