Color Hex Logo

#b17cea Color Hex

#B17CEA
(177,124,234)
0 Favorites   0 Comments

Color spaces of #b17cea

RGB 177124234
HSL0.750.720.70
HSV269°47°92°
CMYK 0.240.470.00   0.08
XYZ40.190429.702981.4569
Yxy29.70290.26550.1963
Hunter Lab54.500436.2562-50.4653
CIE-Lab61.397041.6801-48.1165

#b17cea color RGB value is (177,124,234).

#b17cea hex color red value is 177, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b17cea hue: 0.75 , saturation: 0.72 and the lightness value of b17cea is 0.70.

The process color (four color CMYK) of #b17cea color hex is 0.24, 0.47, 0.00, 0.08. Web safe color of #b17cea is #9966ff. Color #b17cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111100 11101010
Octal 261 174 352
Decimal 177 124 234
Hex B1 7C EA

RGB Percentages of Color #b17cea

%33.08
%23.18
%43.74

CMYK Percentages of Color #b17cea

%24
%47
%0
%8

Triadic Colors of #b17cea

#b17cea #eab17c #7ceab1

Analogous Colors of #b17cea

#b17cea #e87cea #7c7eea

Monochromatic Colors of #b17cea

#b17cea

Complementary Color

#b17cea #b5ea7c

#b17cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17cea Color CSS Codes

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

#b17cea Text Font Color

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

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


#b17cea Background Color

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

This div background color is #b17cea


#b17cea Border Color

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

This div border color is #b17cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17cea

#b17cea Color Palettes


Comments

No comments written yet.

Please login to write comment.