Color Hex Logo

#bea4fd Color Hex

#BEA4FD
(190,164,253)
1 Favorites   0 Comments

Color spaces of #bea4fd

RGB 190164253
HSL0.720.960.82
HSV258°35°99°
CMYK 0.250.350.00   0.01
XYZ52.240344.589998.7819
Yxy44.58990.26710.2280
Hunter Lab66.775722.7877-40.9653
CIE-Lab72.621027.5805-40.8187

#bea4fd color RGB value is (190,164,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 11111101
Octal 276 244 375
Decimal 190 164 253
Hex BE A4 FD

RGB Percentages of Color #bea4fd

%31.30
%27.02
%41.68

CMYK Percentages of Color #bea4fd

%25
%35
%0
%1

Triadic Colors of #bea4fd

#bea4fd #fdbea4 #a4fdbe

Analogous Colors of #bea4fd

#bea4fd #eba4fd #a4b7fd

Monochromatic Colors of #bea4fd

#bea4fd

Complementary Color

#bea4fd #e3fda4

#bea4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea4fd Color CSS Codes

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

#bea4fd Text Font Color

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

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


#bea4fd Background Color

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

This div background color is #bea4fd


#bea4fd Border Color

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

This div border color is #bea4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea4fd

Related Colors

#bea4fd Color Palettes


Comments

No comments written yet.

Please login to write comment.