Color Hex Logo

#bea8cf Color Hex

#BEA8CF
(190,168,207)
0 Favorites   0 Comments

Color spaces of #bea8cf

RGB 190168207
HSL0.760.290.74
HSV274°19°81°
CMYK 0.080.190.00   0.19
XYZ46.500343.457464.9688
Yxy43.45740.30010.2805
Hunter Lab65.922210.5466-12.2869
CIE-Lab71.864315.2559-16.8850

#bea8cf color RGB value is (190,168,207).

#bea8cf hex color red value is 190, green value is 168 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bea8cf hue: 0.76 , saturation: 0.29 and the lightness value of bea8cf is 0.74.

The process color (four color CMYK) of #bea8cf color hex is 0.08, 0.19, 0.00, 0.19. Web safe color of #bea8cf is #cc99cc. Color #bea8cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 11001111
Octal 276 250 317
Decimal 190 168 207
Hex BE A8 CF

RGB Percentages of Color #bea8cf

%33.63
%29.73
%36.64

CMYK Percentages of Color #bea8cf

%8
%19
%0
%19

Triadic Colors of #bea8cf

#bea8cf #cfbea8 #a8cfbe

Analogous Colors of #bea8cf

#bea8cf #cfa8cd #aba8cf

Monochromatic Colors of #bea8cf

#bea8cf

Complementary Color

#bea8cf #b9cfa8

#bea8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea8cf Color CSS Codes

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

#bea8cf Text Font Color

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

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


#bea8cf Background Color

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

This div background color is #bea8cf


#bea8cf Border Color

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

This div border color is #bea8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea8cf


Comments

No comments written yet.

Please login to write comment.