Color Hex Logo

#be218c Color Hex

#BE218C
(190,33,140)
0 Favorites   0 Comments

Color spaces of #be218c

RGB 19033140
HSL0.890.700.44
HSV319°83°75°
CMYK 0.000.830.26   0.25
XYZ26.512713.928326.1020
Yxy13.92830.39840.2093
Hunter Lab37.320661.4959-15.3429
CIE-Lab44.129967.5138-20.5696

#be218c color RGB value is (190,33,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 10001100
Octal 276 41 214
Decimal 190 33 140
Hex BE 21 8C

RGB Percentages of Color #be218c

%52.34
%9.09
%38.57

CMYK Percentages of Color #be218c

%0
%83
%26
%25

Triadic Colors of #be218c

#be218c #8cbe21 #218cbe

Analogous Colors of #be218c

#be218c #be213e #a221be

Monochromatic Colors of #be218c

#be218c

Complementary Color

#be218c #21be53

#be218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be218c Color CSS Codes

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

#be218c Text Font Color

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

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


#be218c Background Color

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

This div background color is #be218c


#be218c Border Color

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

This div border color is #be218c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be218c


Comments

No comments written yet.

Please login to write comment.