Color Hex Logo

#be259f Color Hex

#BE259F
(190,37,159)
0 Favorites   0 Comments

Color spaces of #be259f

RGB 19037159
HSL0.870.670.45
HSV312°81°75°
CMYK 0.000.810.16   0.25
XYZ28.154814.773534.1685
Yxy14.77350.36520.1916
Hunter Lab38.436363.4886-25.8013
CIE-Lab45.322468.9840-30.1819

#be259f color RGB value is (190,37,159).

#be259f hex color red value is 190, green value is 37 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #be259f hue: 0.87 , saturation: 0.67 and the lightness value of be259f is 0.45.

The process color (four color CMYK) of #be259f color hex is 0.00, 0.81, 0.16, 0.25. Web safe color of #be259f is #cc3399. Color #be259f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 10011111
Octal 276 45 237
Decimal 190 37 159
Hex BE 25 9F

RGB Percentages of Color #be259f

%49.22
%9.59
%41.19

CMYK Percentages of Color #be259f

%0
%81
%16
%25

Triadic Colors of #be259f

#be259f #9fbe25 #259fbe

Analogous Colors of #be259f

#be259f #be2553 #9125be

Monochromatic Colors of #be259f

#be259f

Complementary Color

#be259f #25be44

#be259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be259f Color CSS Codes

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

#be259f Text Font Color

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

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


#be259f Background Color

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

This div background color is #be259f


#be259f Border Color

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

This div border color is #be259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be259f


Comments

No comments written yet.

Please login to write comment.