Color Hex Logo

#be5388 Color Hex

#BE5388
(190,83,136)
0 Favorites   0 Comments

Color spaces of #be5388

RGB 19083136
HSL0.920.450.54
HSV330°56°75°
CMYK 0.000.560.28   0.25
XYZ28.772418.911225.4263
Yxy18.91120.39350.2587
Hunter Lab43.487041.9991-4.2252
CIE-Lab50.583248.7278-8.3618

#be5388 color RGB value is (190,83,136).

#be5388 hex color red value is 190, green value is 83 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #be5388 hue: 0.92 , saturation: 0.45 and the lightness value of be5388 is 0.54.

The process color (four color CMYK) of #be5388 color hex is 0.00, 0.56, 0.28, 0.25. Web safe color of #be5388 is #cc6699. Color #be5388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 10001000
Octal 276 123 210
Decimal 190 83 136
Hex BE 53 88

RGB Percentages of Color #be5388

%46.45
%20.29
%33.25

CMYK Percentages of Color #be5388

%0
%56
%28
%25

Triadic Colors of #be5388

#be5388 #88be53 #5388be

Analogous Colors of #be5388

#be5388 #be5453 #be53be

Monochromatic Colors of #be5388

#be5388

Complementary Color

#be5388 #53be89

#be5388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5388 Color CSS Codes

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

#be5388 Text Font Color

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

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


#be5388 Background Color

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

This div background color is #be5388


#be5388 Border Color

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

This div border color is #be5388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5388


Comments

No comments written yet.

Please login to write comment.