Color Hex Logo

#be369b Color Hex

#BE369B
(190,54,155)
0 Favorites   0 Comments

Color spaces of #be369b

RGB 19054155
HSL0.880.560.48
HSV315°72°75°
CMYK 0.000.720.18   0.25
XYZ28.470815.952032.5888
Yxy15.95200.36970.2071
Hunter Lab39.940057.3470-20.4194
CIE-Lab46.911563.3769-25.3145

#be369b color RGB value is (190,54,155).

#be369b hex color red value is 190, green value is 54 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #be369b hue: 0.88 , saturation: 0.56 and the lightness value of be369b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 10011011
Octal 276 66 233
Decimal 190 54 155
Hex BE 36 9B

RGB Percentages of Color #be369b

%47.62
%13.53
%38.85

CMYK Percentages of Color #be369b

%0
%72
%18
%25

Triadic Colors of #be369b

#be369b #9bbe36 #369bbe

Analogous Colors of #be369b

#be369b #be3657 #9d36be

Monochromatic Colors of #be369b

#be369b

Complementary Color

#be369b #36be59

#be369b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be369b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be369b Color CSS Codes

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

#be369b Text Font Color

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

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


#be369b Background Color

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

This div background color is #be369b


#be369b Border Color

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

This div border color is #be369b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be369b


Comments

No comments written yet.

Please login to write comment.