Color Hex Logo

#bf7ceb Color Hex

#BF7CEB
(191,124,235)
0 Favorites   0 Comments

Color spaces of #bf7ceb

RGB 191124235
HSL0.770.740.70
HSV276°47°92°
CMYK 0.190.470.00   0.08
XYZ43.688931.489882.3727
Yxy31.48980.27730.1999
Hunter Lab56.115840.7685-47.7511
CIE-Lab62.918945.7079-46.1703

#bf7ceb color RGB value is (191,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111100 11101011
Octal 277 174 353
Decimal 191 124 235
Hex BF 7C EB

RGB Percentages of Color #bf7ceb

%34.73
%22.55
%42.73

CMYK Percentages of Color #bf7ceb

%19
%47
%0
%8

Triadic Colors of #bf7ceb

#bf7ceb #ebbf7c #7cebbf

Analogous Colors of #bf7ceb

#bf7ceb #eb7ce0 #887ceb

Monochromatic Colors of #bf7ceb

#bf7ceb

Complementary Color

#bf7ceb #a8eb7c

#bf7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7ceb Color CSS Codes

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

#bf7ceb Text Font Color

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

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


#bf7ceb Background Color

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

This div background color is #bf7ceb


#bf7ceb Border Color

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

This div border color is #bf7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7ceb


Comments

No comments written yet.

Please login to write comment.