Color Hex Logo

#be93af Color Hex

#BE93AF
(190,147,175)
0 Favorites   0 Comments

Color spaces of #be93af

RGB 190147175
HSL0.890.250.66
HSV321°23°75°
CMYK 0.000.230.08   0.25
XYZ39.406834.909745.2187
Yxy34.90970.32970.2920
Hunter Lab59.084415.6541-4.0169
CIE-Lab65.678320.7713-8.3915

#be93af color RGB value is (190,147,175).

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

The process color (four color CMYK) of #be93af color hex is 0.00, 0.23, 0.08, 0.25. Web safe color of #be93af is #cc9999. Color #be93af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 10101111
Octal 276 223 257
Decimal 190 147 175
Hex BE 93 AF

RGB Percentages of Color #be93af

%37.11
%28.71
%34.18

CMYK Percentages of Color #be93af

%0
%23
%8
%25

Triadic Colors of #be93af

#be93af #afbe93 #93afbe

Analogous Colors of #be93af

#be93af #be939a #b893be

Monochromatic Colors of #be93af

#be93af

Complementary Color

#be93af #93bea2

#be93af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be93af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be93af Color CSS Codes

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

#be93af Text Font Color

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

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


#be93af Background Color

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

This div background color is #be93af


#be93af Border Color

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

This div border color is #be93af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be93af


Comments

No comments written yet.

Please login to write comment.