Color Hex Logo

#be25ab Color Hex

#BE25AB
(190,37,171)
0 Favorites   0 Comments

Color spaces of #be25ab

RGB 19037171
HSL0.850.670.45
HSV307°81°75°
CMYK 0.000.810.10   0.25
XYZ29.247515.210639.9225
Yxy15.21060.34660.1803
Hunter Lab39.000865.6096-33.3907
CIE-Lab45.921370.6597-36.3862

#be25ab color RGB value is (190,37,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 10101011
Octal 276 45 253
Decimal 190 37 171
Hex BE 25 AB

RGB Percentages of Color #be25ab

%47.74
%9.30
%42.96

CMYK Percentages of Color #be25ab

%0
%81
%10
%25

Triadic Colors of #be25ab

#be25ab #abbe25 #25abbe

Analogous Colors of #be25ab

#be25ab #be255f #8525be

Monochromatic Colors of #be25ab

#be25ab

Complementary Color

#be25ab #25be38

#be25ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be25ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be25ab Color CSS Codes

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

#be25ab Text Font Color

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

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


#be25ab Background Color

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

This div background color is #be25ab


#be25ab Border Color

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

This div border color is #be25ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be25ab


Comments

No comments written yet.

Please login to write comment.