Color Hex Logo

#be225f Color Hex

#BE225F
(190,34,95)
0 Favorites   0 Comments

Color spaces of #be225f

RGB 1903495
HSL0.930.700.44
HSV337°82°75°
CMYK 0.000.820.50   0.25
XYZ23.872812.917412.0615
Yxy12.91740.48870.2644
Hunter Lab35.940855.66795.2612
CIE-Lab42.638562.71795.0480

#be225f color RGB value is (190,34,95).

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

The process color (four color CMYK) of #be225f color hex is 0.00, 0.82, 0.50, 0.25. Web safe color of #be225f is #cc3366. Color #be225f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100010 01011111
Octal 276 42 137
Decimal 190 34 95
Hex BE 22 5F

RGB Percentages of Color #be225f

%59.56
%10.66
%29.78

CMYK Percentages of Color #be225f

%0
%82
%50
%25

Triadic Colors of #be225f

#be225f #5fbe22 #225fbe

Analogous Colors of #be225f

#be225f #be3322 #be22ad

Monochromatic Colors of #be225f

#be225f

Complementary Color

#be225f #22be81

#be225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be225f Color CSS Codes

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

#be225f Text Font Color

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

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


#be225f Background Color

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

This div background color is #be225f


#be225f Border Color

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

This div border color is #be225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be225f


Comments

No comments written yet.

Please login to write comment.