Color Hex Logo

#bf7aeb Color Hex

#BF7AEB
(191,122,235)
0 Favorites   0 Comments

Color spaces of #bf7aeb

RGB 191122235
HSL0.770.740.70
HSV277°48°92°
CMYK 0.190.480.00   0.08
XYZ43.440830.993682.2900
Yxy30.99360.27720.1978
Hunter Lab55.671941.8578-48.6677
CIE-Lab62.502246.7723-46.8278

#bf7aeb color RGB value is (191,122,235).

#bf7aeb hex color red value is 191, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf7aeb hue: 0.77 , saturation: 0.74 and the lightness value of bf7aeb is 0.70.

The process color (four color CMYK) of #bf7aeb color hex is 0.19, 0.48, 0.00, 0.08. Web safe color of #bf7aeb is #cc66ff. Color #bf7aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111010 11101011
Octal 277 172 353
Decimal 191 122 235
Hex BF 7A EB

RGB Percentages of Color #bf7aeb

%34.85
%22.26
%42.88

CMYK Percentages of Color #bf7aeb

%19
%48
%0
%8

Triadic Colors of #bf7aeb

#bf7aeb #ebbf7a #7aebbf

Analogous Colors of #bf7aeb

#bf7aeb #eb7adf #877aeb

Monochromatic Colors of #bf7aeb

#bf7aeb

Complementary Color

#bf7aeb #a6eb7a

#bf7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7aeb Color CSS Codes

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

#bf7aeb Text Font Color

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

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


#bf7aeb Background Color

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

This div background color is #bf7aeb


#bf7aeb Border Color

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

This div border color is #bf7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7aeb


Comments

No comments written yet.

Please login to write comment.