Color Hex Logo

#be018d Color Hex

#BE018D
(190,1,141)
0 Favorites   0 Comments

Color spaces of #be018d

RGB 1901141
HSL0.880.990.37
HSV316°99°75°
CMYK 0.000.990.26   0.25
XYZ26.053812.891926.3145
Yxy12.89190.39920.1975
Hunter Lab35.905366.6899-18.3191
CIE-Lab42.599972.2128-23.5438

#be018d color RGB value is (190,1,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 10001101
Octal 276 1 215
Decimal 190 1 141
Hex BE 1 8D

RGB Percentages of Color #be018d

%57.23
%0.30
%42.47

CMYK Percentages of Color #be018d

%0
%99
%26
%25

Triadic Colors of #be018d

#be018d #8dbe01 #018dbe

Analogous Colors of #be018d

#be018d #be012f #9101be

Monochromatic Colors of #be018d

#be018d

Complementary Color

#be018d #01be32

#be018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be018d Color CSS Codes

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

#be018d Text Font Color

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

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


#be018d Background Color

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

This div background color is #be018d


#be018d Border Color

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

This div border color is #be018d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,1,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 #be018d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be018d


Comments

No comments written yet.

Please login to write comment.