Color Hex Logo

#be05bf Color Hex

#BE05BF
(190,5,191)
0 Favorites   0 Comments

Color spaces of #be05bf

RGB 1905191
HSL0.830.950.38
HSV300°97°75°
CMYK 0.010.970.00   0.25
XYZ30.693414.817350.5325
Yxy14.81730.31960.1543
Hunter Lab38.493274.9676-50.8884
CIE-Lab45.382978.4537-49.0134

#be05bf color RGB value is (190,5,191).

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

The process color (four color CMYK) of #be05bf color hex is 0.01, 0.97, 0.00, 0.25. Web safe color of #be05bf is #cc00cc. Color #be05bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 10111111
Octal 276 5 277
Decimal 190 5 191
Hex BE 5 BF

RGB Percentages of Color #be05bf

%49.22
%1.30
%49.48

CMYK Percentages of Color #be05bf

%1
%97
%0
%25

Triadic Colors of #be05bf

#be05bf #bfbe05 #05bfbe

Analogous Colors of #be05bf

#be05bf #bf0563 #6105bf

Monochromatic Colors of #be05bf

#be05bf

Complementary Color

#be05bf #06bf05

#be05bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be05bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be05bf Color CSS Codes

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

#be05bf Text Font Color

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

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


#be05bf Background Color

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

This div background color is #be05bf


#be05bf Border Color

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

This div border color is #be05bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be05bf


Comments

No comments written yet.

Please login to write comment.