Color Hex Logo

#be637d Color Hex

#BE637D
(190,99,125)
0 Favorites   0 Comments

Color spaces of #be637d

RGB 19099125
HSL0.950.410.57
HSV343°48°75°
CMYK 0.000.480.34   0.25
XYZ29.398721.351521.9738
Yxy21.35150.40430.2936
Hunter Lab46.207732.70364.1504
CIE-Lab53.332139.29752.2253

#be637d color RGB value is (190,99,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 01111101
Octal 276 143 175
Decimal 190 99 125
Hex BE 63 7D

RGB Percentages of Color #be637d

%45.89
%23.91
%30.19

CMYK Percentages of Color #be637d

%0
%48
%34
%25

Triadic Colors of #be637d

#be637d #7dbe63 #637dbe

Analogous Colors of #be637d

#be637d #be7763 #be63ab

Monochromatic Colors of #be637d

#be637d

Complementary Color

#be637d #63bea4

#be637d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be637d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be637d Color CSS Codes

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

#be637d Text Font Color

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

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


#be637d Background Color

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

This div background color is #be637d


#be637d Border Color

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

This div border color is #be637d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be637d


Comments

No comments written yet.

Please login to write comment.