Color Hex Logo

#be9dea Color Hex

#BE9DEA
(190,157,234)
0 Favorites   0 Comments

Color spaces of #be9dea

RGB 190157234
HSL0.740.650.77
HSV266°33°92°
CMYK 0.190.330.00   0.08
XYZ48.143541.001683.2186
Yxy41.00160.27930.2379
Hunter Lab64.032522.1502-32.2324
CIE-Lab70.177027.1158-34.2781

#be9dea color RGB value is (190,157,234).

#be9dea hex color red value is 190, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be9dea hue: 0.74 , saturation: 0.65 and the lightness value of be9dea is 0.77.

The process color (four color CMYK) of #be9dea color hex is 0.19, 0.33, 0.00, 0.08. Web safe color of #be9dea is #cc99ff. Color #be9dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011101 11101010
Octal 276 235 352
Decimal 190 157 234
Hex BE 9D EA

RGB Percentages of Color #be9dea

%32.70
%27.02
%40.28

CMYK Percentages of Color #be9dea

%19
%33
%0
%8

Triadic Colors of #be9dea

#be9dea #eabe9d #9deabe

Analogous Colors of #be9dea

#be9dea #e59dea #9da3ea

Monochromatic Colors of #be9dea

#be9dea

Complementary Color

#be9dea #c9ea9d

#be9dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9dea Color CSS Codes

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

#be9dea Text Font Color

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

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


#be9dea Background Color

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

This div background color is #be9dea


#be9dea Border Color

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

This div border color is #be9dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9dea


Comments

No comments written yet.

Please login to write comment.