Color Hex Logo

#be8fcd Color Hex

#BE8FCD
(190,143,205)
0 Favorites   0 Comments

Color spaces of #be8fcd

RGB 190143205
HSL0.790.380.68
HSV285°30°80°
CMYK 0.070.300.00   0.20
XYZ42.077134.999862.2955
Yxy34.99980.30190.2511
Hunter Lab59.160623.4243-21.0193
CIE-Lab65.748528.7066-25.0877

#be8fcd color RGB value is (190,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001111 11001101
Octal 276 217 315
Decimal 190 143 205
Hex BE 8F CD

RGB Percentages of Color #be8fcd

%35.32
%26.58
%38.10

CMYK Percentages of Color #be8fcd

%7
%30
%0
%20

Triadic Colors of #be8fcd

#be8fcd #cdbe8f #8fcdbe

Analogous Colors of #be8fcd

#be8fcd #cd8fbd #9f8fcd

Monochromatic Colors of #be8fcd

#be8fcd

Complementary Color

#be8fcd #9ecd8f

#be8fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8fcd Color CSS Codes

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

#be8fcd Text Font Color

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

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


#be8fcd Background Color

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

This div background color is #be8fcd


#be8fcd Border Color

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

This div border color is #be8fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8fcd


Comments

No comments written yet.

Please login to write comment.