Color Hex Logo

#be077d Color Hex

#BE077D
(190,7,125)
0 Favorites   0 Comments

Color spaces of #be077d

RGB 1907125
HSL0.890.930.39
HSV321°96°75°
CMYK 0.000.960.34   0.25
XYZ25.012912.579820.5119
Yxy12.57980.43050.2165
Hunter Lab35.468063.8135-9.4610
CIE-Lab42.123269.8834-14.4388

#be077d color RGB value is (190,7,125).

#be077d hex color red value is 190, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #be077d hue: 0.89 , saturation: 0.93 and the lightness value of be077d is 0.39.

The process color (four color CMYK) of #be077d color hex is 0.00, 0.96, 0.34, 0.25. Web safe color of #be077d is #cc0066. Color #be077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000111 01111101
Octal 276 7 175
Decimal 190 7 125
Hex BE 7 7D

RGB Percentages of Color #be077d

%59.01
%2.17
%38.82

CMYK Percentages of Color #be077d

%0
%96
%34
%25

Triadic Colors of #be077d

#be077d #7dbe07 #077dbe

Analogous Colors of #be077d

#be077d #be0722 #a407be

Monochromatic Colors of #be077d

#be077d

Complementary Color

#be077d #07be48

#be077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be077d Color CSS Codes

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

#be077d Text Font Color

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

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


#be077d Background Color

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

This div background color is #be077d


#be077d Border Color

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

This div border color is #be077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be077d


Comments

No comments written yet.

Please login to write comment.