Color Hex Logo

#be9fdc Color Hex

#BE9FDC
(190,159,220)
0 Favorites   0 Comments

Color spaces of #be9fdc

RGB 190159220
HSL0.750.470.74
HSV270°28°86°
CMYK 0.140.280.00   0.14
XYZ46.551640.910773.1532
Yxy40.91070.28980.2547
Hunter Lab63.961517.9810-23.0374
CIE-Lab70.113322.9482-26.6966

#be9fdc color RGB value is (190,159,220).

#be9fdc hex color red value is 190, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be9fdc hue: 0.75 , saturation: 0.47 and the lightness value of be9fdc is 0.74.

The process color (four color CMYK) of #be9fdc color hex is 0.14, 0.28, 0.00, 0.14. Web safe color of #be9fdc is #cc99cc. Color #be9fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 11011100
Octal 276 237 334
Decimal 190 159 220
Hex BE 9F DC

RGB Percentages of Color #be9fdc

%33.39
%27.94
%38.66

CMYK Percentages of Color #be9fdc

%14
%28
%0
%14

Triadic Colors of #be9fdc

#be9fdc #dcbe9f #9fdcbe

Analogous Colors of #be9fdc

#be9fdc #dc9fdc #a09fdc

Monochromatic Colors of #be9fdc

#be9fdc

Complementary Color

#be9fdc #bddc9f

#be9fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fdc Color CSS Codes

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

#be9fdc Text Font Color

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

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


#be9fdc Background Color

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

This div background color is #be9fdc


#be9fdc Border Color

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

This div border color is #be9fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fdc


Comments

No comments written yet.

Please login to write comment.