Color Hex Logo

#b124ed Color Hex

#B124ED
(177,36,237)
0 Favorites   0 Comments

Color spaces of #b124ed

RGB 17736237
HSL0.780.850.54
HSV282°85°93°
CMYK 0.250.850.00   0.07
XYZ34.048416.723381.5541
Yxy16.72330.25730.1264
Hunter Lab40.894177.0541-89.6146
CIE-Lab47.909579.6325-71.4430

#b124ed color RGB value is (177,36,237).

#b124ed hex color red value is 177, green value is 36 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b124ed hue: 0.78 , saturation: 0.85 and the lightness value of b124ed is 0.54.

The process color (four color CMYK) of #b124ed color hex is 0.25, 0.85, 0.00, 0.07. Web safe color of #b124ed is #9933ff. Color #b124ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 11101101
Octal 261 44 355
Decimal 177 36 237
Hex B1 24 ED

RGB Percentages of Color #b124ed

%39.33
%8.00
%52.67

CMYK Percentages of Color #b124ed

%25
%85
%0
%7

Triadic Colors of #b124ed

#b124ed #edb124 #24edb1

Analogous Colors of #b124ed

#b124ed #ed24c5 #4c24ed

Monochromatic Colors of #b124ed

#b124ed

Complementary Color

#b124ed #60ed24

#b124ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b124ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b124ed Color CSS Codes

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

#b124ed Text Font Color

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

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


#b124ed Background Color

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

This div background color is #b124ed


#b124ed Border Color

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

This div border color is #b124ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b124ed


Comments

No comments written yet.

Please login to write comment.