Color Hex Logo

#be20bf Color Hex

#BE20BF
(190,32,191)
0 Favorites   0 Comments

Color spaces of #be20bf

RGB 19032191
HSL0.830.710.44
HSV300°83°75°
CMYK 0.010.830.00   0.25
XYZ31.155715.741850.6866
Yxy15.74180.31930.1613
Hunter Lab39.675970.7350-47.9707
CIE-Lab46.633974.7753-47.0138

#be20bf color RGB value is (190,32,191).

#be20bf hex color red value is 190, green value is 32 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be20bf hue: 0.83 , saturation: 0.71 and the lightness value of be20bf is 0.44.

The process color (four color CMYK) of #be20bf color hex is 0.01, 0.83, 0.00, 0.25. Web safe color of #be20bf is #cc33cc. Color #be20bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100000 10111111
Octal 276 40 277
Decimal 190 32 191
Hex BE 20 BF

RGB Percentages of Color #be20bf

%46.00
%7.75
%46.25

CMYK Percentages of Color #be20bf

%1
%83
%0
%25

Triadic Colors of #be20bf

#be20bf #bfbe20 #20bfbe

Analogous Colors of #be20bf

#be20bf #bf2071 #6f20bf

Monochromatic Colors of #be20bf

#be20bf

Complementary Color

#be20bf #21bf20

#be20bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be20bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be20bf Color CSS Codes

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

#be20bf Text Font Color

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

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


#be20bf Background Color

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

This div background color is #be20bf


#be20bf Border Color

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

This div border color is #be20bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be20bf


Comments

No comments written yet.

Please login to write comment.