Color Hex Logo

#b17fe1 Color Hex

#B17FE1
(177,127,225)
0 Favorites   0 Comments

Color spaces of #b17fe1

RGB 177127225
HSL0.750.620.69
HSV271°44°88°
CMYK 0.210.440.00   0.12
XYZ39.311429.962174.9455
Yxy29.96210.27260.2078
Hunter Lab54.737632.4040-42.8621
CIE-Lab61.621537.9564-42.7567

#b17fe1 color RGB value is (177,127,225).

#b17fe1 hex color red value is 177, green value is 127 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b17fe1 hue: 0.75 , saturation: 0.62 and the lightness value of b17fe1 is 0.69.

The process color (four color CMYK) of #b17fe1 color hex is 0.21, 0.44, 0.00, 0.12. Web safe color of #b17fe1 is #9966cc. Color #b17fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111111 11100001
Octal 261 177 341
Decimal 177 127 225
Hex B1 7F E1

RGB Percentages of Color #b17fe1

%33.46
%24.01
%42.53

CMYK Percentages of Color #b17fe1

%21
%44
%0
%12

Triadic Colors of #b17fe1

#b17fe1 #e1b17f #7fe1b1

Analogous Colors of #b17fe1

#b17fe1 #e17fe0 #807fe1

Monochromatic Colors of #b17fe1

#b17fe1

Complementary Color

#b17fe1 #afe17f

#b17fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17fe1 Color CSS Codes

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

#b17fe1 Text Font Color

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

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


#b17fe1 Background Color

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

This div background color is #b17fe1


#b17fe1 Border Color

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

This div border color is #b17fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17fe1


Comments

No comments written yet.

Please login to write comment.