Color Hex Logo

#be9fe1 Color Hex

#BE9FE1
(190,159,225)
1 Favorites   0 Comments

Color spaces of #be9fe1

RGB 190159225
HSL0.740.520.75
HSV268°29°88°
CMYK 0.160.290.00   0.12
XYZ47.223941.179776.6937
Yxy41.17970.28600.2494
Hunter Lab64.171419.0586-25.9398
CIE-Lab70.301624.0247-29.1535

#be9fe1 color RGB value is (190,159,225).

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

The process color (four color CMYK) of #be9fe1 color hex is 0.16, 0.29, 0.00, 0.12. Web safe color of #be9fe1 is #cc99cc. Color #be9fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 11100001
Octal 276 237 341
Decimal 190 159 225
Hex BE 9F E1

RGB Percentages of Color #be9fe1

%33.10
%27.70
%39.20

CMYK Percentages of Color #be9fe1

%16
%29
%0
%12

Triadic Colors of #be9fe1

#be9fe1 #e1be9f #9fe1be

Analogous Colors of #be9fe1

#be9fe1 #df9fe1 #9fa1e1

Monochromatic Colors of #be9fe1

#be9fe1

Complementary Color

#be9fe1 #c2e19f

#be9fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fe1 Color CSS Codes

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

#be9fe1 Text Font Color

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

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


#be9fe1 Background Color

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

This div background color is #be9fe1


#be9fe1 Border Color

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

This div border color is #be9fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fe1


Comments

No comments written yet.

Please login to write comment.