Color Hex Logo

#bf74ee Color Hex

#BF74EE
(191,116,238)
0 Favorites   0 Comments

Color spaces of #bf74ee

RGB 191116238
HSL0.770.780.69
HSV277°51°93°
CMYK 0.200.510.00   0.07
XYZ43.163929.740284.3544
Yxy29.74020.27450.1891
Hunter Lab54.534645.8465-53.5359
CIE-Lab61.429450.5765-50.1884

#bf74ee color RGB value is (191,116,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 11101110
Octal 277 164 356
Decimal 191 116 238
Hex BF 74 EE

RGB Percentages of Color #bf74ee

%35.05
%21.28
%43.67

CMYK Percentages of Color #bf74ee

%20
%51
%0
%7

Triadic Colors of #bf74ee

#bf74ee #eebf74 #74eebf

Analogous Colors of #bf74ee

#bf74ee #ee74e0 #8274ee

Monochromatic Colors of #bf74ee

#bf74ee

Complementary Color

#bf74ee #a3ee74

#bf74ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf74ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf74ee Color CSS Codes

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

#bf74ee Text Font Color

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

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


#bf74ee Background Color

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

This div background color is #bf74ee


#bf74ee Border Color

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

This div border color is #bf74ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf74ee


Comments

No comments written yet.

Please login to write comment.