Color Hex Logo

#bfabe4 Color Hex

#BFABE4
(191,171,228)
0 Favorites   0 Comments

Color spaces of #bfabe4

RGB 191171228
HSL0.730.510.78
HSV261°25°89°
CMYK 0.160.250.00   0.11
XYZ50.052445.803679.6017
Yxy45.80360.28530.2611
Hunter Lab67.678413.5748-22.3607
CIE-Lab73.417918.3462-26.0019

#bfabe4 color RGB value is (191,171,228).

#bfabe4 hex color red value is 191, green value is 171 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bfabe4 hue: 0.73 , saturation: 0.51 and the lightness value of bfabe4 is 0.78.

The process color (four color CMYK) of #bfabe4 color hex is 0.16, 0.25, 0.00, 0.11. Web safe color of #bfabe4 is #cc99cc. Color #bfabe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11100100
Octal 277 253 344
Decimal 191 171 228
Hex BF AB E4

RGB Percentages of Color #bfabe4

%32.37
%28.98
%38.64

CMYK Percentages of Color #bfabe4

%16
%25
%0
%11

Triadic Colors of #bfabe4

#bfabe4 #e4bfab #abe4bf

Analogous Colors of #bfabe4

#bfabe4 #dcabe4 #abb4e4

Monochromatic Colors of #bfabe4

#bfabe4

Complementary Color

#bfabe4 #d0e4ab

#bfabe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabe4 Color CSS Codes

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

#bfabe4 Text Font Color

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

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


#bfabe4 Background Color

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

This div background color is #bfabe4


#bfabe4 Border Color

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

This div border color is #bfabe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabe4


Comments

No comments written yet.

Please login to write comment.