Color Hex Logo

#be8ecd Color Hex

#BE8ECD
(190,142,205)
0 Favorites   0 Comments

Color spaces of #be8ecd

RGB 190142205
HSL0.790.390.68
HSV286°31°80°
CMYK 0.070.310.00   0.20
XYZ41.927734.700962.2457
Yxy34.70090.30190.2499
Hunter Lab58.907523.9602-21.4147
CIE-Lab65.515129.2610-25.4458

#be8ecd color RGB value is (190,142,205).

#be8ecd hex color red value is 190, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be8ecd hue: 0.79 , saturation: 0.39 and the lightness value of be8ecd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001110 11001101
Octal 276 216 315
Decimal 190 142 205
Hex BE 8E CD

RGB Percentages of Color #be8ecd

%35.38
%26.44
%38.18

CMYK Percentages of Color #be8ecd

%7
%31
%0
%20

Triadic Colors of #be8ecd

#be8ecd #cdbe8e #8ecdbe

Analogous Colors of #be8ecd

#be8ecd #cd8ebd #9f8ecd

Monochromatic Colors of #be8ecd

#be8ecd

Complementary Color

#be8ecd #9dcd8e

#be8ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8ecd Color CSS Codes

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

#be8ecd Text Font Color

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

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


#be8ecd Background Color

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

This div background color is #be8ecd


#be8ecd Border Color

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

This div border color is #be8ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,142,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 #be8ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8ecd


Comments

No comments written yet.

Please login to write comment.