Color Hex Logo

#b126df Color Hex

#B126DF
(177,38,223)
0 Favorites   0 Comments

Color spaces of #b126df

RGB 17738223
HSL0.790.740.51
HSV285°83°87°
CMYK 0.210.830.00   0.13
XYZ32.143916.061171.2180
Yxy16.06110.26920.1345
Hunter Lab40.076373.0355-77.3085
CIE-Lab47.054576.5692-64.8947

#b126df color RGB value is (177,38,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 11011111
Octal 261 46 337
Decimal 177 38 223
Hex B1 26 DF

RGB Percentages of Color #b126df

%40.41
%8.68
%50.91

CMYK Percentages of Color #b126df

%21
%83
%0
%13

Triadic Colors of #b126df

#b126df #dfb126 #26dfb1

Analogous Colors of #b126df

#b126df #df26b1 #5526df

Monochromatic Colors of #b126df

#b126df

Complementary Color

#b126df #54df26

#b126df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126df Color CSS Codes

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

#b126df Text Font Color

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

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


#b126df Background Color

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

This div background color is #b126df


#b126df Border Color

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

This div border color is #b126df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126df


Comments

No comments written yet.

Please login to write comment.