Color Hex Logo

#be437d Color Hex

#BE437D
(190,67,125)
0 Favorites   0 Comments

Color spaces of #be437d

RGB 19067125
HSL0.920.490.50
HSV332°65°75°
CMYK 0.000.650.34   0.25
XYZ26.944016.442121.1556
Yxy16.44210.41750.2548
Hunter Lab40.548947.6496-2.5492
CIE-Lab47.549254.5373-6.2705

#be437d color RGB value is (190,67,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 01111101
Octal 276 103 175
Decimal 190 67 125
Hex BE 43 7D

RGB Percentages of Color #be437d

%49.74
%17.54
%32.72

CMYK Percentages of Color #be437d

%0
%65
%34
%25

Triadic Colors of #be437d

#be437d #7dbe43 #437dbe

Analogous Colors of #be437d

#be437d #be4643 #be43bb

Monochromatic Colors of #be437d

#be437d

Complementary Color

#be437d #43be84

#be437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be437d Color CSS Codes

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

#be437d Text Font Color

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

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


#be437d Background Color

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

This div background color is #be437d


#be437d Border Color

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

This div border color is #be437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be437d


Comments

No comments written yet.

Please login to write comment.