Color Hex Logo

#b126dd Color Hex

#B126DD
(177,38,221)
0 Favorites   0 Comments

Color spaces of #b126dd

RGB 17738221
HSL0.790.730.51
HSV286°83°87°
CMYK 0.200.830.00   0.13
XYZ31.875715.953869.8060
Yxy15.95380.27100.1356
Hunter Lab39.942272.5523-75.6601
CIE-Lab46.913876.2043-63.9823

#b126dd color RGB value is (177,38,221).

#b126dd hex color red value is 177, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b126dd hue: 0.79 , saturation: 0.73 and the lightness value of b126dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 11011101
Octal 261 46 335
Decimal 177 38 221
Hex B1 26 DD

RGB Percentages of Color #b126dd

%40.60
%8.72
%50.69

CMYK Percentages of Color #b126dd

%20
%83
%0
%13

Triadic Colors of #b126dd

#b126dd #ddb126 #26ddb1

Analogous Colors of #b126dd

#b126dd #dd26ae #5626dd

Monochromatic Colors of #b126dd

#b126dd

Complementary Color

#b126dd #52dd26

#b126dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126dd Color CSS Codes

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

#b126dd Text Font Color

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

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


#b126dd Background Color

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

This div background color is #b126dd


#b126dd Border Color

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

This div border color is #b126dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126dd


Comments

No comments written yet.

Please login to write comment.