Color Hex Logo

#be438e Color Hex

#BE438E
(190,67,142)
0 Favorites   0 Comments

Color spaces of #be438e

RGB 19067142
HSL0.900.490.50
HSV323°65°75°
CMYK 0.000.650.25   0.25
XYZ28.124816.914527.3737
Yxy16.91450.38840.2336
Hunter Lab41.127250.0943-10.6735
CIE-Lab48.152156.6684-15.6205

#be438e color RGB value is (190,67,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 10001110
Octal 276 103 216
Decimal 190 67 142
Hex BE 43 8E

RGB Percentages of Color #be438e

%47.62
%16.79
%35.59

CMYK Percentages of Color #be438e

%0
%65
%25
%25

Triadic Colors of #be438e

#be438e #8ebe43 #438ebe

Analogous Colors of #be438e

#be438e #be4351 #b143be

Monochromatic Colors of #be438e

#be438e

Complementary Color

#be438e #43be73

#be438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be438e Color CSS Codes

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

#be438e Text Font Color

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

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


#be438e Background Color

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

This div background color is #be438e


#be438e Border Color

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

This div border color is #be438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be438e


Comments

No comments written yet.

Please login to write comment.