Color Hex Logo

#bf7cea Color Hex

#BF7CEA
(191,124,234)
0 Favorites   0 Comments

Color spaces of #bf7cea

RGB 191124234
HSL0.770.720.70
HSV277°47°92°
CMYK 0.180.470.00   0.08
XYZ43.544831.432281.6139
Yxy31.43220.27810.2007
Hunter Lab56.064440.5268-47.0643
CIE-Lab62.870845.4908-45.6921

#bf7cea color RGB value is (191,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111100 11101010
Octal 277 174 352
Decimal 191 124 234
Hex BF 7C EA

RGB Percentages of Color #bf7cea

%34.79
%22.59
%42.62

CMYK Percentages of Color #bf7cea

%18
%47
%0
%8

Triadic Colors of #bf7cea

#bf7cea #eabf7c #7ceabf

Analogous Colors of #bf7cea

#bf7cea #ea7cde #887cea

Monochromatic Colors of #bf7cea

#bf7cea

Complementary Color

#bf7cea #a7ea7c

#bf7cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7cea Color CSS Codes

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

#bf7cea Text Font Color

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

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


#bf7cea Background Color

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

This div background color is #bf7cea


#bf7cea Border Color

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

This div border color is #bf7cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7cea


Comments

No comments written yet.

Please login to write comment.