Color Hex Logo

#be239d Color Hex

#BE239D
(190,35,157)
0 Favorites   0 Comments

Color spaces of #be239d

RGB 19035157
HSL0.870.690.44
HSV313°82°75°
CMYK 0.000.820.17   0.25
XYZ27.922014.583533.2415
Yxy14.58350.36860.1925
Hunter Lab38.188363.6834-24.8778
CIE-Lab45.058469.2008-29.3967

#be239d color RGB value is (190,35,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 10011101
Octal 276 43 235
Decimal 190 35 157
Hex BE 23 9D

RGB Percentages of Color #be239d

%49.74
%9.16
%41.10

CMYK Percentages of Color #be239d

%0
%82
%17
%25

Triadic Colors of #be239d

#be239d #9dbe23 #239dbe

Analogous Colors of #be239d

#be239d #be2350 #9223be

Monochromatic Colors of #be239d

#be239d

Complementary Color

#be239d #23be44

#be239d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be239d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be239d Color CSS Codes

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

#be239d Text Font Color

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

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


#be239d Background Color

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

This div background color is #be239d


#be239d Border Color

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

This div border color is #be239d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be239d


Comments

No comments written yet.

Please login to write comment.