Color Hex Logo

#be319b Color Hex

#BE319B
(190,49,155)
0 Favorites   0 Comments

Color spaces of #be319b

RGB 19049155
HSL0.870.590.47
HSV315°74°75°
CMYK 0.000.740.18   0.25
XYZ28.249915.510332.5152
Yxy15.51030.37040.2033
Hunter Lab39.383159.1194-21.3824
CIE-Lab46.325365.0357-26.2242

#be319b color RGB value is (190,49,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 10011011
Octal 276 61 233
Decimal 190 49 155
Hex BE 31 9B

RGB Percentages of Color #be319b

%48.22
%12.44
%39.34

CMYK Percentages of Color #be319b

%0
%74
%18
%25

Triadic Colors of #be319b

#be319b #9bbe31 #319bbe

Analogous Colors of #be319b

#be319b #be3154 #9b31be

Monochromatic Colors of #be319b

#be319b

Complementary Color

#be319b #31be54

#be319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be319b Color CSS Codes

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

#be319b Text Font Color

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

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


#be319b Background Color

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

This div background color is #be319b


#be319b Border Color

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

This div border color is #be319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be319b


Comments

No comments written yet.

Please login to write comment.