Color Hex Logo

#beabfc Color Hex

#BEABFC
(190,171,252)
0 Favorites   0 Comments

Color spaces of #beabfc

RGB 190171252
HSL0.710.930.83
HSV254°32°99°
CMYK 0.250.320.00   0.01
XYZ53.368847.101298.3741
Yxy47.10120.26840.2369
Hunter Lab68.630318.7034-36.9446
CIE-Lab74.254523.4681-37.7356

#beabfc color RGB value is (190,171,252).

#beabfc hex color red value is 190, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #beabfc hue: 0.71 , saturation: 0.93 and the lightness value of beabfc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11111100
Octal 276 253 374
Decimal 190 171 252
Hex BE AB FC

RGB Percentages of Color #beabfc

%31.00
%27.90
%41.11

CMYK Percentages of Color #beabfc

%25
%32
%0
%1

Triadic Colors of #beabfc

#beabfc #fcbeab #abfcbe

Analogous Colors of #beabfc

#beabfc #e7abfc #abc1fc

Monochromatic Colors of #beabfc

#beabfc

Complementary Color

#beabfc #e9fcab

#beabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabfc Color CSS Codes

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

#beabfc Text Font Color

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

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


#beabfc Background Color

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

This div background color is #beabfc


#beabfc Border Color

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

This div border color is #beabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabfc

#beabfc Color Palettes


Comments

No comments written yet.

Please login to write comment.