Color Hex Logo

#be035b Color Hex

#BE035B
(190,3,91)
0 Favorites   0 Comments

Color spaces of #be035b

RGB 190391
HSL0.920.970.38
HSV332°98°75°
CMYK 0.000.980.52   0.25
XYZ23.156111.767610.9484
Yxy11.76760.50480.2565
Hunter Lab34.303960.46055.0898
CIE-Lab40.844367.26235.0052

#be035b color RGB value is (190,3,91).

#be035b hex color red value is 190, green value is 3 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #be035b hue: 0.92 , saturation: 0.97 and the lightness value of be035b is 0.38.

The process color (four color CMYK) of #be035b color hex is 0.00, 0.98, 0.52, 0.25. Web safe color of #be035b is #cc0066. Color #be035b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000011 01011011
Octal 276 3 133
Decimal 190 3 91
Hex BE 3 5B

RGB Percentages of Color #be035b

%66.90
%1.06
%32.04

CMYK Percentages of Color #be035b

%0
%98
%52
%25

Triadic Colors of #be035b

#be035b #5bbe03 #035bbe

Analogous Colors of #be035b

#be035b #be0903 #be03b9

Monochromatic Colors of #be035b

#be035b

Complementary Color

#be035b #03be66

#be035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be035b Color CSS Codes

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

#be035b Text Font Color

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

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


#be035b Background Color

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

This div background color is #be035b


#be035b Border Color

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

This div border color is #be035b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be035b


Comments

No comments written yet.

Please login to write comment.