Color Hex Logo

#be417e Color Hex

#BE417E
(190,65,126)
0 Favorites   0 Comments

Color spaces of #be417e

RGB 19065126
HSL0.920.490.50
HSV331°66°75°
CMYK 0.000.660.34   0.25
XYZ26.891416.234121.4548
Yxy16.23410.41640.2514
Hunter Lab40.291648.6243-3.3672
CIE-Lab47.280155.4834-7.2780

#be417e color RGB value is (190,65,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 01111110
Octal 276 101 176
Decimal 190 65 126
Hex BE 41 7E

RGB Percentages of Color #be417e

%49.87
%17.06
%33.07

CMYK Percentages of Color #be417e

%0
%66
%34
%25

Triadic Colors of #be417e

#be417e #7ebe41 #417ebe

Analogous Colors of #be417e

#be417e #be4341 #be41bd

Monochromatic Colors of #be417e

#be417e

Complementary Color

#be417e #41be81

#be417e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be417e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be417e Color CSS Codes

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

#be417e Text Font Color

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

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


#be417e Background Color

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

This div background color is #be417e


#be417e Border Color

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

This div border color is #be417e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,65,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 #be417e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be417e


Comments

No comments written yet.

Please login to write comment.