Color Hex Logo

#be627e Color Hex

#BE627E
(190,98,126)
0 Favorites   0 Comments

Color spaces of #be627e

RGB 19098126
HSL0.950.410.56
HSV342°48°75°
CMYK 0.000.480.34   0.25
XYZ29.368821.188922.2806
Yxy21.18890.40320.2909
Hunter Lab46.031433.33103.5238
CIE-Lab53.155639.94341.3777

#be627e color RGB value is (190,98,126).

#be627e hex color red value is 190, green value is 98 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be627e hue: 0.95 , saturation: 0.41 and the lightness value of be627e is 0.56.

The process color (four color CMYK) of #be627e color hex is 0.00, 0.48, 0.34, 0.25. Web safe color of #be627e is #cc6666. Color #be627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 01111110
Octal 276 142 176
Decimal 190 98 126
Hex BE 62 7E

RGB Percentages of Color #be627e

%45.89
%23.67
%30.43

CMYK Percentages of Color #be627e

%0
%48
%34
%25

Triadic Colors of #be627e

#be627e #7ebe62 #627ebe

Analogous Colors of #be627e

#be627e #be7462 #be62ac

Monochromatic Colors of #be627e

#be627e

Complementary Color

#be627e #62bea2

#be627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be627e Color CSS Codes

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

#be627e Text Font Color

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

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


#be627e Background Color

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

This div background color is #be627e


#be627e Border Color

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

This div border color is #be627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be627e


Comments

No comments written yet.

Please login to write comment.