Color Hex Logo

#be279b Color Hex

#BE279B
(190,39,155)
0 Favorites   0 Comments

Color spaces of #be279b

RGB 19039155
HSL0.870.660.45
HSV314°79°75°
CMYK 0.000.790.18   0.25
XYZ27.877114.764732.3909
Yxy14.76470.37150.1968
Hunter Lab38.424962.2576-23.0821
CIE-Lab45.310267.9370-27.8039

#be279b color RGB value is (190,39,155).

#be279b hex color red value is 190, green value is 39 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #be279b hue: 0.87 , saturation: 0.66 and the lightness value of be279b is 0.45.

The process color (four color CMYK) of #be279b color hex is 0.00, 0.79, 0.18, 0.25. Web safe color of #be279b is #cc3399. Color #be279b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 10011011
Octal 276 47 233
Decimal 190 39 155
Hex BE 27 9B

RGB Percentages of Color #be279b

%49.48
%10.16
%40.36

CMYK Percentages of Color #be279b

%0
%79
%18
%25

Triadic Colors of #be279b

#be279b #9bbe27 #279bbe

Analogous Colors of #be279b

#be279b #be274f #9627be

Monochromatic Colors of #be279b

#be279b

Complementary Color

#be279b #27be4a

#be279b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be279b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be279b Color CSS Codes

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

#be279b Text Font Color

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

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


#be279b Background Color

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

This div background color is #be279b


#be279b Border Color

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

This div border color is #be279b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be279b


Comments

No comments written yet.

Please login to write comment.