Color Hex Logo

#be015d Color Hex

#BE015D
(190,1,93)
0 Favorites   0 Comments

Color spaces of #be015d

RGB 190193
HSL0.920.990.37
HSV331°99°75°
CMYK 0.000.990.51   0.25
XYZ23.221811.759211.4017
Yxy11.75920.50070.2535
Hunter Lab34.291760.86704.2908
CIE-Lab40.830867.61573.7157

#be015d color RGB value is (190,1,93).

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

The process color (four color CMYK) of #be015d color hex is 0.00, 0.99, 0.51, 0.25. Web safe color of #be015d is #cc0066. Color #be015d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 01011101
Octal 276 1 135
Decimal 190 1 93
Hex BE 1 5D

RGB Percentages of Color #be015d

%66.90
%0.35
%32.75

CMYK Percentages of Color #be015d

%0
%99
%51
%25

Triadic Colors of #be015d

#be015d #5dbe01 #015dbe

Analogous Colors of #be015d

#be015d #be0301 #be01bc

Monochromatic Colors of #be015d

#be015d

Complementary Color

#be015d #01be62

#be015d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be015d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be015d Color CSS Codes

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

#be015d Text Font Color

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

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


#be015d Background Color

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

This div background color is #be015d


#be015d Border Color

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

This div border color is #be015d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be015d


Comments

No comments written yet.

Please login to write comment.