Color Hex Logo

#be237a Color Hex

#BE237A
(190,35,122)
0 Favorites   0 Comments

Color spaces of #be237a

RGB 19035122
HSL0.910.690.44
HSV326°82°75°
CMYK 0.000.820.36   0.25
XYZ25.349113.554419.6926
Yxy13.55440.43260.2313
Hunter Lab36.816358.4739-5.9421
CIE-Lab43.587065.0030-10.3677

#be237a color RGB value is (190,35,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 01111010
Octal 276 43 172
Decimal 190 35 122
Hex BE 23 7A

RGB Percentages of Color #be237a

%54.76
%10.09
%35.16

CMYK Percentages of Color #be237a

%0
%82
%36
%25

Triadic Colors of #be237a

#be237a #7abe23 #237abe

Analogous Colors of #be237a

#be237a #be232c #b523be

Monochromatic Colors of #be237a

#be237a

Complementary Color

#be237a #23be67

#be237a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be237a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be237a Color CSS Codes

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

#be237a Text Font Color

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

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


#be237a Background Color

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

This div background color is #be237a


#be237a Border Color

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

This div border color is #be237a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be237a


Comments

No comments written yet.

Please login to write comment.