Color Hex Logo

#beacf6 Color Hex

#BEACF6
(190,172,246)
0 Favorites   0 Comments

Color spaces of #beacf6

RGB 190172246
HSL0.710.800.82
HSV255°30°96°
CMYK 0.230.300.00   0.04
XYZ52.622347.106093.5077
Yxy47.10600.27230.2438
Hunter Lab68.633816.7488-32.7339
CIE-Lab74.257521.5226-34.4881

#beacf6 color RGB value is (190,172,246).

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

The process color (four color CMYK) of #beacf6 color hex is 0.23, 0.30, 0.00, 0.04. Web safe color of #beacf6 is #cc99ff. Color #beacf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11110110
Octal 276 254 366
Decimal 190 172 246
Hex BE AC F6

RGB Percentages of Color #beacf6

%31.25
%28.29
%40.46

CMYK Percentages of Color #beacf6

%23
%30
%0
%4

Triadic Colors of #beacf6

#beacf6 #f6beac #acf6be

Analogous Colors of #beacf6

#beacf6 #e3acf6 #acbff6

Monochromatic Colors of #beacf6

#beacf6

Complementary Color

#beacf6 #e4f6ac

#beacf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacf6 Color CSS Codes

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

#beacf6 Text Font Color

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

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


#beacf6 Background Color

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

This div background color is #beacf6


#beacf6 Border Color

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

This div border color is #beacf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacf6


Comments

No comments written yet.

Please login to write comment.