Color Hex Logo

#bea5ea Color Hex

#BEA5EA
(190,165,234)
0 Favorites   0 Comments

Color spaces of #bea5ea

RGB 190165234
HSL0.730.620.78
HSV262°29°92°
CMYK 0.190.290.00   0.08
XYZ49.541643.797983.6846
Yxy43.79790.27990.2474
Hunter Lab66.180017.8082-28.6462
CIE-Lab72.093222.6779-31.3150

#bea5ea color RGB value is (190,165,234).

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

The process color (four color CMYK) of #bea5ea color hex is 0.19, 0.29, 0.00, 0.08. Web safe color of #bea5ea is #cc99ff. Color #bea5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 11101010
Octal 276 245 352
Decimal 190 165 234
Hex BE A5 EA

RGB Percentages of Color #bea5ea

%32.26
%28.01
%39.73

CMYK Percentages of Color #bea5ea

%19
%29
%0
%8

Triadic Colors of #bea5ea

#bea5ea #eabea5 #a5eabe

Analogous Colors of #bea5ea

#bea5ea #e1a5ea #a5afea

Monochromatic Colors of #bea5ea

#bea5ea

Complementary Color

#bea5ea #d1eaa5

#bea5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea5ea Color CSS Codes

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

#bea5ea Text Font Color

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

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


#bea5ea Background Color

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

This div background color is #bea5ea


#bea5ea Border Color

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

This div border color is #bea5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea5ea


Comments

No comments written yet.

Please login to write comment.