Color Hex Logo

#bea2fe Color Hex

#BEA2FE
(190,162,254)
0 Favorites   0 Comments

Color spaces of #bea2fe

RGB 190162254
HSL0.720.980.82
HSV258°36°100°
CMYK 0.250.360.00   0.00
XYZ52.044943.943699.5048
Yxy43.94360.26620.2248
Hunter Lab66.290024.1346-42.5945
CIE-Lab72.190828.9238-42.0316

#bea2fe color RGB value is (190,162,254).

#bea2fe hex color red value is 190, green value is 162 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bea2fe hue: 0.72 , saturation: 0.98 and the lightness value of bea2fe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 11111110
Octal 276 242 376
Decimal 190 162 254
Hex BE A2 FE

RGB Percentages of Color #bea2fe

%31.35
%26.73
%41.91

CMYK Percentages of Color #bea2fe

%25
%36
%0
%0

Triadic Colors of #bea2fe

#bea2fe #febea2 #a2febe

Analogous Colors of #bea2fe

#bea2fe #eca2fe #a2b4fe

Monochromatic Colors of #bea2fe

#bea2fe

Complementary Color

#bea2fe #e2fea2

#bea2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea2fe Color CSS Codes

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

#bea2fe Text Font Color

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

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


#bea2fe Background Color

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

This div background color is #bea2fe


#bea2fe Border Color

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

This div border color is #bea2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea2fe


Comments

No comments written yet.

Please login to write comment.