Color Hex Logo

#be025f Color Hex

#BE025F
(190,2,95)
0 Favorites   0 Comments

Color spaces of #be025f

RGB 190295
HSL0.920.980.38
HSV330°99°75°
CMYK 0.000.990.50   0.25
XYZ23.322511.816811.8781
Yxy11.81680.49600.2513
Hunter Lab34.375660.94813.5759
CIE-Lab40.923567.66762.5803

#be025f color RGB value is (190,2,95).

#be025f hex color red value is 190, green value is 2 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #be025f hue: 0.92 , saturation: 0.98 and the lightness value of be025f is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 01011111
Octal 276 2 137
Decimal 190 2 95
Hex BE 2 5F

RGB Percentages of Color #be025f

%66.20
%0.70
%33.10

CMYK Percentages of Color #be025f

%0
%99
%50
%25

Triadic Colors of #be025f

#be025f #5fbe02 #025fbe

Analogous Colors of #be025f

#be025f #be0302 #be02bd

Monochromatic Colors of #be025f

#be025f

Complementary Color

#be025f #02be61

#be025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be025f Color CSS Codes

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

#be025f Text Font Color

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

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


#be025f Background Color

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

This div background color is #be025f


#be025f Border Color

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

This div border color is #be025f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be025f


Comments

No comments written yet.

Please login to write comment.