Color Hex Logo

#be004b Color Hex

#BE004B
(190,0,75)
0 Favorites   0 Comments

Color spaces of #be004b

RGB 190075
HSL0.931.000.37
HSV336°100°75°
CMYK 0.001.000.61   0.25
XYZ22.505211.45517.6815
Yxy11.45510.54040.2751
Hunter Lab33.845459.462610.2354
CIE-Lab40.336666.496914.4918

#be004b color RGB value is (190,0,75).

#be004b hex color red value is 190, green value is 0 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #be004b hue: 0.93 , saturation: 1.00 and the lightness value of be004b is 0.37.

The process color (four color CMYK) of #be004b color hex is 0.00, 1.00, 0.61, 0.25. Web safe color of #be004b is #cc0033. Color #be004b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000000 01001011
Octal 276 0 113
Decimal 190 0 75
Hex BE 0 4B

RGB Percentages of Color #be004b

%71.70
%0.00
%28.30

CMYK Percentages of Color #be004b

%0
%100
%61
%25

Triadic Colors of #be004b

#be004b #4bbe00 #004bbe

Analogous Colors of #be004b

#be004b #be1400 #be00aa

Monochromatic Colors of #be004b

#be004b

Complementary Color

#be004b #00be73

#be004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be004b Color CSS Codes

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

#be004b Text Font Color

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

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


#be004b Background Color

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

This div background color is #be004b


#be004b Border Color

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

This div border color is #be004b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be004b


Comments

No comments written yet.

Please login to write comment.