Color Hex Logo

#be2292 Color Hex

#BE2292
(190,34,146)
0 Favorites   0 Comments

Color spaces of #be2292

RGB 19034146
HSL0.880.700.44
HSV317°82°75°
CMYK 0.000.820.23   0.25
XYZ26.995514.166528.5057
Yxy14.16650.38750.2033
Hunter Lab37.638462.1588-18.5568
CIE-Lab44.470868.0158-23.6842

#be2292 color RGB value is (190,34,146).

#be2292 hex color red value is 190, green value is 34 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #be2292 hue: 0.88 , saturation: 0.70 and the lightness value of be2292 is 0.44.

The process color (four color CMYK) of #be2292 color hex is 0.00, 0.82, 0.23, 0.25. Web safe color of #be2292 is #cc3399. Color #be2292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100010 10010010
Octal 276 42 222
Decimal 190 34 146
Hex BE 22 92

RGB Percentages of Color #be2292

%51.35
%9.19
%39.46

CMYK Percentages of Color #be2292

%0
%82
%23
%25

Triadic Colors of #be2292

#be2292 #92be22 #2292be

Analogous Colors of #be2292

#be2292 #be2244 #9c22be

Monochromatic Colors of #be2292

#be2292

Complementary Color

#be2292 #22be4e

#be2292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2292 Color CSS Codes

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

#be2292 Text Font Color

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

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


#be2292 Background Color

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

This div background color is #be2292


#be2292 Border Color

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

This div border color is #be2292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2292


Comments

No comments written yet.

Please login to write comment.