Color Hex Logo

#be218f Color Hex

#BE218F
(190,33,143)
0 Favorites   0 Comments

Color spaces of #be218f

RGB 19033143
HSL0.880.700.44
HSV318°83°75°
CMYK 0.000.830.25   0.25
XYZ26.737014.018027.2832
Yxy14.01800.39300.2060
Hunter Lab37.440661.9489-16.9965
CIE-Lab44.258767.8773-22.1940

#be218f color RGB value is (190,33,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 10001111
Octal 276 41 217
Decimal 190 33 143
Hex BE 21 8F

RGB Percentages of Color #be218f

%51.91
%9.02
%39.07

CMYK Percentages of Color #be218f

%0
%83
%25
%25

Triadic Colors of #be218f

#be218f #8fbe21 #218fbe

Analogous Colors of #be218f

#be218f #be2140 #9f21be

Monochromatic Colors of #be218f

#be218f

Complementary Color

#be218f #21be50

#be218f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be218f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be218f Color CSS Codes

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

#be218f Text Font Color

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

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


#be218f Background Color

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

This div background color is #be218f


#be218f Border Color

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

This div border color is #be218f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,33,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 #be218f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be218f


Comments

No comments written yet.

Please login to write comment.