Color Hex Logo

#be447d Color Hex

#BE447D
(190,68,125)
0 Favorites   0 Comments

Color spaces of #be447d

RGB 19068125
HSL0.920.480.51
HSV332°64°75°
CMYK 0.000.640.34   0.25
XYZ27.004016.562121.1756
Yxy16.56210.41710.2558
Hunter Lab40.696647.2238-2.3627
CIE-Lab47.703554.1162-6.0411

#be447d color RGB value is (190,68,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 01111101
Octal 276 104 175
Decimal 190 68 125
Hex BE 44 7D

RGB Percentages of Color #be447d

%49.61
%17.75
%32.64

CMYK Percentages of Color #be447d

%0
%64
%34
%25

Triadic Colors of #be447d

#be447d #7dbe44 #447dbe

Analogous Colors of #be447d

#be447d #be4844 #be44ba

Monochromatic Colors of #be447d

#be447d

Complementary Color

#be447d #44be85

#be447d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be447d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be447d Color CSS Codes

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

#be447d Text Font Color

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

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


#be447d Background Color

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

This div background color is #be447d


#be447d Border Color

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

This div border color is #be447d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be447d


Comments

No comments written yet.

Please login to write comment.