Color Hex Logo

#bf7cef Color Hex

#BF7CEF
(191,124,239)
0 Favorites   0 Comments

Color spaces of #bf7cef

RGB 191124239
HSL0.760.780.71
HSV275°48°94°
CMYK 0.200.480.00   0.06
XYZ44.273531.723785.4512
Yxy31.72370.27420.1965
Hunter Lab56.323841.7439-50.5247
CIE-Lab63.113946.5813-48.0768

#bf7cef color RGB value is (191,124,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111100 11101111
Octal 277 174 357
Decimal 191 124 239
Hex BF 7C EF

RGB Percentages of Color #bf7cef

%34.48
%22.38
%43.14

CMYK Percentages of Color #bf7cef

%20
%48
%0
%6

Triadic Colors of #bf7cef

#bf7cef #efbf7c #7cefbf

Analogous Colors of #bf7cef

#bf7cef #ef7ce6 #867cef

Monochromatic Colors of #bf7cef

#bf7cef

Complementary Color

#bf7cef #acef7c

#bf7cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7cef Color CSS Codes

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

#bf7cef Text Font Color

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

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


#bf7cef Background Color

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

This div background color is #bf7cef


#bf7cef Border Color

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

This div border color is #bf7cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7cef


Comments

No comments written yet.

Please login to write comment.