Color Hex Logo

#be25ba Color Hex

#BE25BA
(190,37,186)
0 Favorites   0 Comments

Color spaces of #be25ba

RGB 19037186
HSL0.840.670.45
HSV302°81°75°
CMYK 0.000.810.02   0.25
XYZ30.759715.815547.8858
Yxy15.81550.32560.1674
Hunter Lab39.768768.4683-43.5534
CIE-Lab46.731572.8878-43.9363

#be25ba color RGB value is (190,37,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 10111010
Octal 276 45 272
Decimal 190 37 186
Hex BE 25 BA

RGB Percentages of Color #be25ba

%46.00
%8.96
%45.04

CMYK Percentages of Color #be25ba

%0
%81
%2
%25

Triadic Colors of #be25ba

#be25ba #babe25 #25babe

Analogous Colors of #be25ba

#be25ba #be256e #7625be

Monochromatic Colors of #be25ba

#be25ba

Complementary Color

#be25ba #25be29

#be25ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be25ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be25ba Color CSS Codes

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

#be25ba Text Font Color

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

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


#be25ba Background Color

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

This div background color is #be25ba


#be25ba Border Color

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

This div border color is #be25ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be25ba


Comments

No comments written yet.

Please login to write comment.