Color Hex Logo

#be637f Color Hex

#BE637F
(190,99,127)
0 Favorites   0 Comments

Color spaces of #be637f

RGB 19099127
HSL0.950.410.57
HSV342°48°75°
CMYK 0.000.480.33   0.25
XYZ29.527821.403122.6536
Yxy21.40310.40130.2909
Hunter Lab46.263532.96703.3522
CIE-Lab53.387939.55121.1241

#be637f color RGB value is (190,99,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 01111111
Octal 276 143 177
Decimal 190 99 127
Hex BE 63 7F

RGB Percentages of Color #be637f

%45.67
%23.80
%30.53

CMYK Percentages of Color #be637f

%0
%48
%33
%25

Triadic Colors of #be637f

#be637f #7fbe63 #637fbe

Analogous Colors of #be637f

#be637f #be7563 #be63ad

Monochromatic Colors of #be637f

#be637f

Complementary Color

#be637f #63bea2

#be637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be637f Color CSS Codes

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

#be637f Text Font Color

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

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


#be637f Background Color

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

This div background color is #be637f


#be637f Border Color

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

This div border color is #be637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be637f


Comments

No comments written yet.

Please login to write comment.