Color Hex Logo

#bea7fd Color Hex

#BEA7FD
(190,167,253)
0 Favorites   0 Comments

Color spaces of #bea7fd

RGB 190167253
HSL0.710.960.82
HSV256°34°99°
CMYK 0.250.340.00   0.01
XYZ52.783545.676498.9629
Yxy45.67640.26740.2314
Hunter Lab67.584321.1363-39.5086
CIE-Lab73.335125.9175-39.7058

#bea7fd color RGB value is (190,167,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 11111101
Octal 276 247 375
Decimal 190 167 253
Hex BE A7 FD

RGB Percentages of Color #bea7fd

%31.15
%27.38
%41.48

CMYK Percentages of Color #bea7fd

%25
%34
%0
%1

Triadic Colors of #bea7fd

#bea7fd #fdbea7 #a7fdbe

Analogous Colors of #bea7fd

#bea7fd #e9a7fd #a7bbfd

Monochromatic Colors of #bea7fd

#bea7fd

Complementary Color

#bea7fd #e6fda7

#bea7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea7fd Color CSS Codes

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

#bea7fd Text Font Color

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

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


#bea7fd Background Color

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

This div background color is #bea7fd


#bea7fd Border Color

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

This div border color is #bea7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea7fd

Related Colors


Comments

No comments written yet.

Please login to write comment.