Color Hex Logo

#be30ba Color Hex

#BE30BA
(190,48,186)
0 Favorites   0 Comments

Color spaces of #be30ba

RGB 19048186
HSL0.840.600.47
HSV302°75°75°
CMYK 0.000.750.02   0.25
XYZ31.155116.606248.0176
Yxy16.60620.32530.1734
Hunter Lab40.750765.1547-41.3374
CIE-Lab47.760069.9194-42.3025

#be30ba color RGB value is (190,48,186).

#be30ba hex color red value is 190, green value is 48 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #be30ba hue: 0.84 , saturation: 0.60 and the lightness value of be30ba is 0.47.

The process color (four color CMYK) of #be30ba color hex is 0.00, 0.75, 0.02, 0.25. Web safe color of #be30ba is #cc33cc. Color #be30ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 10111010
Octal 276 60 272
Decimal 190 48 186
Hex BE 30 BA

RGB Percentages of Color #be30ba

%44.81
%11.32
%43.87

CMYK Percentages of Color #be30ba

%0
%75
%2
%25

Triadic Colors of #be30ba

#be30ba #babe30 #30babe

Analogous Colors of #be30ba

#be30ba #be3073 #7b30be

Monochromatic Colors of #be30ba

#be30ba

Complementary Color

#be30ba #30be34

#be30ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be30ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be30ba Color CSS Codes

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

#be30ba Text Font Color

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

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


#be30ba Background Color

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

This div background color is #be30ba


#be30ba Border Color

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

This div border color is #be30ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be30ba


Comments

No comments written yet.

Please login to write comment.