Color Hex Logo

#b140de Color Hex

#B140DE
(177,64,222)
0 Favorites   0 Comments

Color spaces of #b140de

RGB 17764222
HSL0.790.710.56
HSV283°71°87°
CMYK 0.200.710.00   0.13
XYZ33.149718.287870.8900
Yxy18.28780.27100.1495
Hunter Lab42.764263.5310-68.3497
CIE-Lab49.843368.1448-59.8195

#b140de color RGB value is (177,64,222).

#b140de hex color red value is 177, green value is 64 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b140de hue: 0.79 , saturation: 0.71 and the lightness value of b140de is 0.56.

The process color (four color CMYK) of #b140de color hex is 0.20, 0.71, 0.00, 0.13. Web safe color of #b140de is #9933cc. Color #b140de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 11011110
Octal 261 100 336
Decimal 177 64 222
Hex B1 40 DE

RGB Percentages of Color #b140de

%38.23
%13.82
%47.95

CMYK Percentages of Color #b140de

%20
%71
%0
%13

Triadic Colors of #b140de

#b140de #deb140 #40deb1

Analogous Colors of #b140de

#b140de #de40bc #6240de

Monochromatic Colors of #b140de

#b140de

Complementary Color

#b140de #6dde40

#b140de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b140de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b140de Color CSS Codes

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

#b140de Text Font Color

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

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


#b140de Background Color

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

This div background color is #b140de


#b140de Border Color

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

This div border color is #b140de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b140de


Comments

No comments written yet.

Please login to write comment.