Color Hex Logo

#be04bb Color Hex

#BE04BB
(190,4,187)
0 Favorites   0 Comments

Color spaces of #be04bb

RGB 1904187
HSL0.840.960.38
HSV301°98°75°
CMYK 0.000.980.02   0.25
XYZ30.248314.621848.2417
Yxy14.62180.32490.1570
Hunter Lab38.238574.2840-48.0334
CIE-Lab45.111877.9562-47.1048

#be04bb color RGB value is (190,4,187).

#be04bb hex color red value is 190, green value is 4 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #be04bb hue: 0.84 , saturation: 0.96 and the lightness value of be04bb is 0.38.

The process color (four color CMYK) of #be04bb color hex is 0.00, 0.98, 0.02, 0.25. Web safe color of #be04bb is #cc00cc. Color #be04bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000100 10111011
Octal 276 4 273
Decimal 190 4 187
Hex BE 4 BB

RGB Percentages of Color #be04bb

%49.87
%1.05
%49.08

CMYK Percentages of Color #be04bb

%0
%98
%2
%25

Triadic Colors of #be04bb

#be04bb #bbbe04 #04bbbe

Analogous Colors of #be04bb

#be04bb #be045e #6404be

Monochromatic Colors of #be04bb

#be04bb

Complementary Color

#be04bb #04be07

#be04bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be04bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be04bb Color CSS Codes

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

#be04bb Text Font Color

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

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


#be04bb Background Color

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

This div background color is #be04bb


#be04bb Border Color

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

This div border color is #be04bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be04bb


Comments

No comments written yet.

Please login to write comment.