Color Hex Logo

#be235a Color Hex

#BE235A
(190,35,90)
0 Favorites   0 Comments

Color spaces of #be235a

RGB 1903590
HSL0.940.690.44
HSV339°82°75°
CMYK 0.000.820.53   0.25
XYZ23.681712.887410.9122
Yxy12.88740.49880.2714
Hunter Lab35.899054.92877.1070
CIE-Lab42.593162.06978.1229

#be235a color RGB value is (190,35,90).

#be235a hex color red value is 190, green value is 35 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #be235a hue: 0.94 , saturation: 0.69 and the lightness value of be235a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 01011010
Octal 276 43 132
Decimal 190 35 90
Hex BE 23 5A

RGB Percentages of Color #be235a

%60.32
%11.11
%28.57

CMYK Percentages of Color #be235a

%0
%82
%53
%25

Triadic Colors of #be235a

#be235a #5abe23 #235abe

Analogous Colors of #be235a

#be235a #be3923 #be23a8

Monochromatic Colors of #be235a

#be235a

Complementary Color

#be235a #23be87

#be235a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be235a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be235a Color CSS Codes

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

#be235a Text Font Color

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

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


#be235a Background Color

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

This div background color is #be235a


#be235a Border Color

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

This div border color is #be235a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be235a


Comments

No comments written yet.

Please login to write comment.