Color Hex Logo

#be088d Color Hex

#BE088D
(190,8,141)
0 Favorites   0 Comments

Color spaces of #be088d

RGB 1908141
HSL0.880.920.39
HSV316°96°75°
CMYK 0.000.960.26   0.25
XYZ26.129813.043926.3398
Yxy13.04390.39880.1991
Hunter Lab36.116365.9393-17.9590
CIE-Lab42.829371.5395-23.1881

#be088d color RGB value is (190,8,141).

#be088d hex color red value is 190, green value is 8 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #be088d hue: 0.88 , saturation: 0.92 and the lightness value of be088d is 0.39.

The process color (four color CMYK) of #be088d color hex is 0.00, 0.96, 0.26, 0.25. Web safe color of #be088d is #cc0099. Color #be088d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001000 10001101
Octal 276 10 215
Decimal 190 8 141
Hex BE 8 8D

RGB Percentages of Color #be088d

%56.05
%2.36
%41.59

CMYK Percentages of Color #be088d

%0
%96
%26
%25

Triadic Colors of #be088d

#be088d #8dbe08 #088dbe

Analogous Colors of #be088d

#be088d #be0832 #9408be

Monochromatic Colors of #be088d

#be088d

Complementary Color

#be088d #08be39

#be088d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be088d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be088d Color CSS Codes

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

#be088d Text Font Color

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

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


#be088d Background Color

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

This div background color is #be088d


#be088d Border Color

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

This div border color is #be088d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be088d


Comments

No comments written yet.

Please login to write comment.