Color Hex Logo

#be427e Color Hex

#BE427E
(190,66,126)
0 Favorites   0 Comments

Color spaces of #be427e

RGB 19066126
HSL0.920.490.50
HSV331°65°75°
CMYK 0.000.650.34   0.25
XYZ26.949316.349921.4741
Yxy16.34990.41610.2524
Hunter Lab40.435048.2062-3.1830
CIE-Lab47.430255.0718-7.0541

#be427e color RGB value is (190,66,126).

#be427e hex color red value is 190, green value is 66 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be427e hue: 0.92 , saturation: 0.49 and the lightness value of be427e is 0.50.

The process color (four color CMYK) of #be427e color hex is 0.00, 0.65, 0.34, 0.25. Web safe color of #be427e is #cc3366. Color #be427e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 01111110
Octal 276 102 176
Decimal 190 66 126
Hex BE 42 7E

RGB Percentages of Color #be427e

%49.74
%17.28
%32.98

CMYK Percentages of Color #be427e

%0
%65
%34
%25

Triadic Colors of #be427e

#be427e #7ebe42 #427ebe

Analogous Colors of #be427e

#be427e #be4442 #be42bc

Monochromatic Colors of #be427e

#be427e

Complementary Color

#be427e #42be82

#be427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be427e Color CSS Codes

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

#be427e Text Font Color

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

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


#be427e Background Color

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

This div background color is #be427e


#be427e Border Color

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

This div border color is #be427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be427e


Comments

No comments written yet.

Please login to write comment.