Color Hex Logo

#bf7bee Color Hex

#BF7BEE
(191,123,238)
0 Favorites   0 Comments

Color spaces of #bf7bee

RGB 191123238
HSL0.770.770.71
HSV275°48°93°
CMYK 0.200.480.00   0.07
XYZ44.001431.415384.6336
Yxy31.41530.27490.1963
Hunter Lab56.049442.0446-50.2924
CIE-Lab62.856746.8943-47.9300

#bf7bee color RGB value is (191,123,238).

#bf7bee hex color red value is 191, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bf7bee hue: 0.77 , saturation: 0.77 and the lightness value of bf7bee is 0.71.

The process color (four color CMYK) of #bf7bee color hex is 0.20, 0.48, 0.00, 0.07. Web safe color of #bf7bee is #cc66ff. Color #bf7bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111011 11101110
Octal 277 173 356
Decimal 191 123 238
Hex BF 7B EE

RGB Percentages of Color #bf7bee

%34.60
%22.28
%43.12

CMYK Percentages of Color #bf7bee

%20
%48
%0
%7

Triadic Colors of #bf7bee

#bf7bee #eebf7b #7beebf

Analogous Colors of #bf7bee

#bf7bee #ee7be4 #867bee

Monochromatic Colors of #bf7bee

#bf7bee

Complementary Color

#bf7bee #aaee7b

#bf7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7bee Color CSS Codes

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

#bf7bee Text Font Color

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

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


#bf7bee Background Color

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

This div background color is #bf7bee


#bf7bee Border Color

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

This div border color is #bf7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7bee


Comments

No comments written yet.

Please login to write comment.