Color Hex Logo

#b174ea Color Hex

#B174EA
(177,116,234)
0 Favorites   0 Comments

Color spaces of #b174ea

RGB 177116234
HSL0.750.740.69
HSV271°50°92°
CMYK 0.240.500.00   0.08
XYZ39.228127.778481.1361
Yxy27.77840.26480.1875
Hunter Lab52.705240.6221-54.3793
CIE-Lab59.688046.0271-50.8244

#b174ea color RGB value is (177,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110100 11101010
Octal 261 164 352
Decimal 177 116 234
Hex B1 74 EA

RGB Percentages of Color #b174ea

%33.59
%22.01
%44.40

CMYK Percentages of Color #b174ea

%24
%50
%0
%8

Triadic Colors of #b174ea

#b174ea #eab174 #74eab1

Analogous Colors of #b174ea

#b174ea #ea74e8 #7674ea

Monochromatic Colors of #b174ea

#b174ea

Complementary Color

#b174ea #adea74

#b174ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b174ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b174ea Color CSS Codes

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

#b174ea Text Font Color

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

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


#b174ea Background Color

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

This div background color is #b174ea


#b174ea Border Color

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

This div border color is #b174ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b174ea


Comments

No comments written yet.

Please login to write comment.