Color Hex Logo

#bf85ef Color Hex

#BF85EF
(191,133,239)
0 Favorites   0 Comments

Color spaces of #bf85ef

RGB 191133239
HSL0.760.770.73
HSV273°44°94°
CMYK 0.200.440.00   0.06
XYZ45.453434.083485.8445
Yxy34.08340.27480.2061
Hunter Lab58.381036.8071-46.3144
CIE-Lab65.028741.7406-45.0579

#bf85ef color RGB value is (191,133,239).

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

The process color (four color CMYK) of #bf85ef color hex is 0.20, 0.44, 0.00, 0.06. Web safe color of #bf85ef is #cc99ff. Color #bf85ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000101 11101111
Octal 277 205 357
Decimal 191 133 239
Hex BF 85 EF

RGB Percentages of Color #bf85ef

%33.93
%23.62
%42.45

CMYK Percentages of Color #bf85ef

%20
%44
%0
%6

Triadic Colors of #bf85ef

#bf85ef #efbf85 #85efbf

Analogous Colors of #bf85ef

#bf85ef #ef85ea #8a85ef

Monochromatic Colors of #bf85ef

#bf85ef

Complementary Color

#bf85ef #b5ef85

#bf85ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf85ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf85ef Color CSS Codes

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

#bf85ef Text Font Color

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

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


#bf85ef Background Color

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

This div background color is #bf85ef


#bf85ef Border Color

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

This div border color is #bf85ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf85ef


Comments

No comments written yet.

Please login to write comment.