Color Hex Logo

#be258f Color Hex

#BE258F
(190,37,143)
0 Favorites   0 Comments

Color spaces of #be258f

RGB 19037143
HSL0.880.670.45
HSV318°81°75°
CMYK 0.000.810.25   0.25
XYZ26.854714.253527.3224
Yxy14.25350.39240.2083
Hunter Lab37.753860.8999-16.4805
CIE-Lab44.594366.9109-21.6758

#be258f color RGB value is (190,37,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 10001111
Octal 276 45 217
Decimal 190 37 143
Hex BE 25 8F

RGB Percentages of Color #be258f

%51.35
%10.00
%38.65

CMYK Percentages of Color #be258f

%0
%81
%25
%25

Triadic Colors of #be258f

#be258f #8fbe25 #258fbe

Analogous Colors of #be258f

#be258f #be2542 #a125be

Monochromatic Colors of #be258f

#be258f

Complementary Color

#be258f #25be54

#be258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be258f Color CSS Codes

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

#be258f Text Font Color

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

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


#be258f Background Color

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

This div background color is #be258f


#be258f Border Color

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

This div border color is #be258f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be258f


Comments

No comments written yet.

Please login to write comment.