Color Hex Logo

#be6074 Color Hex

#BE6074
(190,96,116)
0 Favorites   0 Comments

Color spaces of #be6074

RGB 19096116
HSL0.960.420.56
HSV347°49°75°
CMYK 0.000.490.39   0.25
XYZ28.570520.573818.9883
Yxy20.57380.41930.3020
Hunter Lab45.358433.05726.9304
CIE-Lab52.479939.76526.3296

#be6074 color RGB value is (190,96,116).

#be6074 hex color red value is 190, green value is 96 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #be6074 hue: 0.96 , saturation: 0.42 and the lightness value of be6074 is 0.56.

The process color (four color CMYK) of #be6074 color hex is 0.00, 0.49, 0.39, 0.25. Web safe color of #be6074 is #cc6666. Color #be6074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100000 01110100
Octal 276 140 164
Decimal 190 96 116
Hex BE 60 74

RGB Percentages of Color #be6074

%47.26
%23.88
%28.86

CMYK Percentages of Color #be6074

%0
%49
%39
%25

Triadic Colors of #be6074

#be6074 #74be60 #6074be

Analogous Colors of #be6074

#be6074 #be7b60 #be60a3

Monochromatic Colors of #be6074

#be6074

Complementary Color

#be6074 #60beaa

#be6074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6074 Color CSS Codes

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

#be6074 Text Font Color

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

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


#be6074 Background Color

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

This div background color is #be6074


#be6074 Border Color

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

This div border color is #be6074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6074


Comments

No comments written yet.

Please login to write comment.