Color Hex Logo

#be5181 Color Hex

#BE5181
(190,81,129)
0 Favorites   0 Comments

Color spaces of #be5181

RGB 19081129
HSL0.930.460.53
HSV334°57°75°
CMYK 0.000.570.32   0.25
XYZ28.140118.417022.8406
Yxy18.41700.40550.2654
Hunter Lab42.915041.9441-1.5153
CIE-Lab49.998048.7724-5.0457

#be5181 color RGB value is (190,81,129).

#be5181 hex color red value is 190, green value is 81 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #be5181 hue: 0.93 , saturation: 0.46 and the lightness value of be5181 is 0.53.

The process color (four color CMYK) of #be5181 color hex is 0.00, 0.57, 0.32, 0.25. Web safe color of #be5181 is #cc6699. Color #be5181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 10000001
Octal 276 121 201
Decimal 190 81 129
Hex BE 51 81

RGB Percentages of Color #be5181

%47.50
%20.25
%32.25

CMYK Percentages of Color #be5181

%0
%57
%32
%25

Triadic Colors of #be5181

#be5181 #81be51 #5181be

Analogous Colors of #be5181

#be5181 #be5851 #be51b8

Monochromatic Colors of #be5181

#be5181

Complementary Color

#be5181 #51be8e

#be5181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5181 Color CSS Codes

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

#be5181 Text Font Color

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

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


#be5181 Background Color

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

This div background color is #be5181


#be5181 Border Color

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

This div border color is #be5181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5181


Comments

No comments written yet.

Please login to write comment.