Color Hex Logo

#bf7cee Color Hex

#BF7CEE
(191,124,238)
0 Favorites   0 Comments

Color spaces of #bf7cee

RGB 191124238
HSL0.760.770.71
HSV275°48°93°
CMYK 0.200.480.00   0.07
XYZ44.126131.664784.6751
Yxy31.66470.27500.1973
Hunter Lab56.271441.4986-49.8274
CIE-Lab63.064846.3622-47.6012

#bf7cee color RGB value is (191,124,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111100 11101110
Octal 277 174 356
Decimal 191 124 238
Hex BF 7C EE

RGB Percentages of Color #bf7cee

%34.54
%22.42
%43.04

CMYK Percentages of Color #bf7cee

%20
%48
%0
%7

Triadic Colors of #bf7cee

#bf7cee #eebf7c #7ceebf

Analogous Colors of #bf7cee

#bf7cee #ee7ce4 #867cee

Monochromatic Colors of #bf7cee

#bf7cee

Complementary Color

#bf7cee #abee7c

#bf7cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7cee Color CSS Codes

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

#bf7cee Text Font Color

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

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


#bf7cee Background Color

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

This div background color is #bf7cee


#bf7cee Border Color

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

This div border color is #bf7cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7cee


Comments

No comments written yet.

Please login to write comment.