Color Hex Logo

#be315a Color Hex

#BE315A
(190,49,90)
0 Favorites   0 Comments

Color spaces of #be315a

RGB 1904990
HSL0.950.590.47
HSV343°74°75°
CMYK 0.000.740.53   0.25
XYZ24.179013.882011.0780
Yxy13.88200.49210.2825
Hunter Lab37.258650.63548.4524
CIE-Lab44.063257.920010.1895

#be315a color RGB value is (190,49,90).

#be315a hex color red value is 190, green value is 49 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #be315a hue: 0.95 , saturation: 0.59 and the lightness value of be315a is 0.47.

The process color (four color CMYK) of #be315a color hex is 0.00, 0.74, 0.53, 0.25. Web safe color of #be315a is #cc3366. Color #be315a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 01011010
Octal 276 61 132
Decimal 190 49 90
Hex BE 31 5A

RGB Percentages of Color #be315a

%57.75
%14.89
%27.36

CMYK Percentages of Color #be315a

%0
%74
%53
%25

Triadic Colors of #be315a

#be315a #5abe31 #315abe

Analogous Colors of #be315a

#be315a #be4f31 #be31a1

Monochromatic Colors of #be315a

#be315a

Complementary Color

#be315a #31be95

#be315a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be315a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be315a Color CSS Codes

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

#be315a Text Font Color

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

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


#be315a Background Color

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

This div background color is #be315a


#be315a Border Color

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

This div border color is #be315a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be315a


Comments

No comments written yet.

Please login to write comment.