Color Hex Logo

#b175ee Color Hex

#B175EE
(177,117,238)
0 Favorites   0 Comments

Color spaces of #b175ee

RGB 177117238
HSL0.750.780.70
HSV270°51°93°
CMYK 0.260.510.00   0.07
XYZ39.925428.242784.2360
Yxy28.24270.26200.1853
Hunter Lab53.143941.1000-56.7773
CIE-Lab60.107446.4123-52.3817

#b175ee color RGB value is (177,117,238).

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

The process color (four color CMYK) of #b175ee color hex is 0.26, 0.51, 0.00, 0.07. Web safe color of #b175ee is #9966ff. Color #b175ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 11101110
Octal 261 165 356
Decimal 177 117 238
Hex B1 75 EE

RGB Percentages of Color #b175ee

%33.27
%21.99
%44.74

CMYK Percentages of Color #b175ee

%26
%51
%0
%7

Triadic Colors of #b175ee

#b175ee #eeb175 #75eeb1

Analogous Colors of #b175ee

#b175ee #ee75ee #7576ee

Monochromatic Colors of #b175ee

#b175ee

Complementary Color

#b175ee #b2ee75

#b175ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b175ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b175ee Color CSS Codes

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

#b175ee Text Font Color

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

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


#b175ee Background Color

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

This div background color is #b175ee


#b175ee Border Color

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

This div border color is #b175ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b175ee


Comments

No comments written yet.

Please login to write comment.