Color Hex Logo

#bea8ca Color Hex

#BEA8CA
(190,168,202)
0 Favorites   0 Comments

Color spaces of #bea8ca

RGB 190168202
HSL0.770.240.73
HSV279°17°79°
CMYK 0.060.170.00   0.21
XYZ45.898543.216761.7997
Yxy43.21670.30410.2864
Hunter Lab65.73949.5827-9.7192
CIE-Lab71.701814.2494-14.3818

#bea8ca color RGB value is (190,168,202).

#bea8ca hex color red value is 190, green value is 168 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bea8ca hue: 0.77 , saturation: 0.24 and the lightness value of bea8ca is 0.73.

The process color (four color CMYK) of #bea8ca color hex is 0.06, 0.17, 0.00, 0.21. Web safe color of #bea8ca is #cc99cc. Color #bea8ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 11001010
Octal 276 250 312
Decimal 190 168 202
Hex BE A8 CA

RGB Percentages of Color #bea8ca

%33.93
%30.00
%36.07

CMYK Percentages of Color #bea8ca

%6
%17
%0
%21

Triadic Colors of #bea8ca

#bea8ca #cabea8 #a8cabe

Analogous Colors of #bea8ca

#bea8ca #caa8c5 #ada8ca

Monochromatic Colors of #bea8ca

#bea8ca

Complementary Color

#bea8ca #b4caa8

#bea8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea8ca Color CSS Codes

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

#bea8ca Text Font Color

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

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


#bea8ca Background Color

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

This div background color is #bea8ca


#bea8ca Border Color

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

This div border color is #bea8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea8ca


Comments

No comments written yet.

Please login to write comment.