Color Hex Logo

#bea8cd Color Hex

#BEA8CD
(190,168,205)
0 Favorites   0 Comments

Color spaces of #bea8cd

RGB 190168205
HSL0.770.270.73
HSV276°18°80°
CMYK 0.070.180.00   0.20
XYZ46.257343.360263.6889
Yxy43.36020.30170.2828
Hunter Lab65.848510.1581-11.2516
CIE-Lab71.798814.8510-15.8850

#bea8cd color RGB value is (190,168,205).

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

The process color (four color CMYK) of #bea8cd color hex is 0.07, 0.18, 0.00, 0.20. Web safe color of #bea8cd is #cc99cc. Color #bea8cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 11001101
Octal 276 250 315
Decimal 190 168 205
Hex BE A8 CD

RGB Percentages of Color #bea8cd

%33.75
%29.84
%36.41

CMYK Percentages of Color #bea8cd

%7
%18
%0
%20

Triadic Colors of #bea8cd

#bea8cd #cdbea8 #a8cdbe

Analogous Colors of #bea8cd

#bea8cd #cda8ca #aca8cd

Monochromatic Colors of #bea8cd

#bea8cd

Complementary Color

#bea8cd #b7cda8

#bea8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea8cd Color CSS Codes

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

#bea8cd Text Font Color

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

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


#bea8cd Background Color

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

This div background color is #bea8cd


#bea8cd Border Color

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

This div border color is #bea8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea8cd


Comments

No comments written yet.

Please login to write comment.