Color Hex Logo

#be306b Color Hex

#BE306B
(190,48,107)
0 Favorites   0 Comments

Color spaces of #be306b

RGB 19048107
HSL0.930.600.47
HSV335°75°75°
CMYK 0.000.750.44   0.25
XYZ24.946014.122615.3211
Yxy14.12260.45870.2597
Hunter Lab37.580052.72492.1340
CIE-Lab44.408259.74800.1266

#be306b color RGB value is (190,48,107).

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

The process color (four color CMYK) of #be306b color hex is 0.00, 0.75, 0.44, 0.25. Web safe color of #be306b is #cc3366. Color #be306b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 01101011
Octal 276 60 153
Decimal 190 48 107
Hex BE 30 6B

RGB Percentages of Color #be306b

%55.07
%13.91
%31.01

CMYK Percentages of Color #be306b

%0
%75
%44
%25

Triadic Colors of #be306b

#be306b #6bbe30 #306bbe

Analogous Colors of #be306b

#be306b #be3c30 #be30b2

Monochromatic Colors of #be306b

#be306b

Complementary Color

#be306b #30be83

#be306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be306b Color CSS Codes

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

#be306b Text Font Color

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

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


#be306b Background Color

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

This div background color is #be306b


#be306b Border Color

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

This div border color is #be306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be306b


Comments

No comments written yet.

Please login to write comment.