Color Hex Logo

#b27fda Color Hex

#B27FDA
(178,127,218)
0 Favorites   0 Comments

Color spaces of #b27fda

RGB 178127218
HSL0.760.550.68
HSV274°42°85°
CMYK 0.180.420.00   0.15
XYZ38.604429.705770.0288
Yxy29.70570.27910.2147
Hunter Lab54.502931.0513-38.0275
CIE-Lab61.399536.6667-39.1903

#b27fda color RGB value is (178,127,218).

#b27fda hex color red value is 178, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b27fda hue: 0.76 , saturation: 0.55 and the lightness value of b27fda is 0.68.

The process color (four color CMYK) of #b27fda color hex is 0.18, 0.42, 0.00, 0.15. Web safe color of #b27fda is #9966cc. Color #b27fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111111 11011010
Octal 262 177 332
Decimal 178 127 218
Hex B2 7F DA

RGB Percentages of Color #b27fda

%34.03
%24.28
%41.68

CMYK Percentages of Color #b27fda

%18
%42
%0
%15

Triadic Colors of #b27fda

#b27fda #dab27f #7fdab2

Analogous Colors of #b27fda

#b27fda #da7fd5 #857fda

Monochromatic Colors of #b27fda

#b27fda

Complementary Color

#b27fda #a7da7f

#b27fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27fda Color CSS Codes

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

#b27fda Text Font Color

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

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


#b27fda Background Color

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

This div background color is #b27fda


#b27fda Border Color

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

This div border color is #b27fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,127,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27fda;
  -webkit-box-shadow: 1px 1px 3px 2px #b27fda;
  box-shadow:         1px 1px 3px 2px #b27fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,127,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27fda


Comments

No comments written yet.

Please login to write comment.