Color Hex Logo

#be8cdf Color Hex

#BE8CDF
(190,140,223)
0 Favorites   0 Comments

Color spaces of #be8cdf

RGB 190140223
HSL0.770.560.71
HSV276°37°87°
CMYK 0.150.370.00   0.13
XYZ43.932635.031074.2582
Yxy35.03100.28670.2286
Hunter Lab59.187028.9176-32.9565
CIE-Lab65.772834.1230-35.0579

#be8cdf color RGB value is (190,140,223).

#be8cdf hex color red value is 190, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be8cdf hue: 0.77 , saturation: 0.56 and the lightness value of be8cdf is 0.71.

The process color (four color CMYK) of #be8cdf color hex is 0.15, 0.37, 0.00, 0.13. Web safe color of #be8cdf is #cc99cc. Color #be8cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 11011111
Octal 276 214 337
Decimal 190 140 223
Hex BE 8C DF

RGB Percentages of Color #be8cdf

%34.36
%25.32
%40.33

CMYK Percentages of Color #be8cdf

%15
%37
%0
%13

Triadic Colors of #be8cdf

#be8cdf #dfbe8c #8cdfbe

Analogous Colors of #be8cdf

#be8cdf #df8cd7 #958cdf

Monochromatic Colors of #be8cdf

#be8cdf

Complementary Color

#be8cdf #addf8c

#be8cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8cdf Color CSS Codes

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

#be8cdf Text Font Color

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

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


#be8cdf Background Color

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

This div background color is #be8cdf


#be8cdf Border Color

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

This div border color is #be8cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8cdf


Comments

No comments written yet.

Please login to write comment.