Color Hex Logo

#b124be Color Hex

#B124BE
(177,36,190)
0 Favorites   0 Comments

Color spaces of #b124be

RGB 17736190
HSL0.820.680.44
HSV295°81°75°
CMYK 0.070.810.00   0.25
XYZ28.056614.326650.0018
Yxy14.32660.30370.1551
Hunter Lab37.850566.0744-51.8288
CIE-Lab44.697771.2886-49.6509

#b124be color RGB value is (177,36,190).

#b124be hex color red value is 177, green value is 36 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b124be hue: 0.82 , saturation: 0.68 and the lightness value of b124be is 0.44.

The process color (four color CMYK) of #b124be color hex is 0.07, 0.81, 0.00, 0.25. Web safe color of #b124be is #9933cc. Color #b124be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 10111110
Octal 261 44 276
Decimal 177 36 190
Hex B1 24 BE

RGB Percentages of Color #b124be

%43.92
%8.93
%47.15

CMYK Percentages of Color #b124be

%7
%81
%0
%25

Triadic Colors of #b124be

#b124be #beb124 #24beb1

Analogous Colors of #b124be

#b124be #be247e #6424be

Monochromatic Colors of #b124be

#b124be

Complementary Color

#b124be #31be24

#b124be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b124be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b124be Color CSS Codes

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

#b124be Text Font Color

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

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


#b124be Background Color

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

This div background color is #b124be


#b124be Border Color

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

This div border color is #b124be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b124be


Comments

No comments written yet.

Please login to write comment.