Color Hex Logo

#be238f Color Hex

#BE238F
(190,35,143)
0 Favorites   0 Comments

Color spaces of #be238f

RGB 19035143
HSL0.880.690.44
HSV318°82°75°
CMYK 0.000.820.25   0.25
XYZ26.794214.132427.3022
Yxy14.13240.39270.2071
Hunter Lab37.593161.4367-16.7446
CIE-Lab44.422267.4061-21.9414

#be238f color RGB value is (190,35,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 10001111
Octal 276 43 217
Decimal 190 35 143
Hex BE 23 8F

RGB Percentages of Color #be238f

%51.63
%9.51
%38.86

CMYK Percentages of Color #be238f

%0
%82
%25
%25

Triadic Colors of #be238f

#be238f #8fbe23 #238fbe

Analogous Colors of #be238f

#be238f #be2342 #a023be

Monochromatic Colors of #be238f

#be238f

Complementary Color

#be238f #23be52

#be238f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be238f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be238f Color CSS Codes

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

#be238f Text Font Color

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

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


#be238f Background Color

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

This div background color is #be238f


#be238f Border Color

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

This div border color is #be238f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be238f


Comments

No comments written yet.

Please login to write comment.