Color Hex Logo

#be427b Color Hex

#BE427B
(190,66,123)
0 Favorites   0 Comments

Color spaces of #be427b

RGB 19066123
HSL0.920.490.50
HSV332°65°75°
CMYK 0.000.650.35   0.25
XYZ26.758616.273620.4697
Yxy16.27360.42140.2563
Hunter Lab40.340647.8062-1.8467
CIE-Lab47.331454.7212-5.3804

#be427b color RGB value is (190,66,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 01111011
Octal 276 102 173
Decimal 190 66 123
Hex BE 42 7B

RGB Percentages of Color #be427b

%50.13
%17.41
%32.45

CMYK Percentages of Color #be427b

%0
%65
%35
%25

Triadic Colors of #be427b

#be427b #7bbe42 #427bbe

Analogous Colors of #be427b

#be427b #be4742 #be42b9

Monochromatic Colors of #be427b

#be427b

Complementary Color

#be427b #42be85

#be427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be427b Color CSS Codes

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

#be427b Text Font Color

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

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


#be427b Background Color

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

This div background color is #be427b


#be427b Border Color

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

This div border color is #be427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be427b


Comments

No comments written yet.

Please login to write comment.