Color Hex Logo

#be93bb Color Hex

#BE93BB
(190,147,187)
0 Favorites   0 Comments

Color spaces of #be93bb

RGB 190147187
HSL0.840.250.66
HSV304°23°75°
CMYK 0.000.230.02   0.25
XYZ40.638635.402451.7052
Yxy35.40240.31810.2771
Hunter Lab59.499917.7911-9.8728
CIE-Lab66.060822.9677-14.5507

#be93bb color RGB value is (190,147,187).

#be93bb hex color red value is 190, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #be93bb hue: 0.84 , saturation: 0.25 and the lightness value of be93bb is 0.66.

The process color (four color CMYK) of #be93bb color hex is 0.00, 0.23, 0.02, 0.25. Web safe color of #be93bb is #cc99cc. Color #be93bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 10111011
Octal 276 223 273
Decimal 190 147 187
Hex BE 93 BB

RGB Percentages of Color #be93bb

%36.26
%28.05
%35.69

CMYK Percentages of Color #be93bb

%0
%23
%2
%25

Triadic Colors of #be93bb

#be93bb #bbbe93 #93bbbe

Analogous Colors of #be93bb

#be93bb #be93a6 #ac93be

Monochromatic Colors of #be93bb

#be93bb

Complementary Color

#be93bb #93be96

#be93bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be93bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be93bb Color CSS Codes

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

#be93bb Text Font Color

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

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


#be93bb Background Color

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

This div background color is #be93bb


#be93bb Border Color

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

This div border color is #be93bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be93bb


Comments

No comments written yet.

Please login to write comment.