Color Hex Logo

#b24fbe Color Hex

#B24FBE
(178,79,190)
0 Favorites   0 Comments

Color spaces of #b24fbe

RGB 17879190
HSL0.820.460.53
HSV294°58°75°
CMYK 0.060.580.00   0.25
XYZ30.450318.774650.7342
Yxy18.77460.30460.1878
Hunter Lab43.329749.6155-39.0912
CIE-Lab50.422455.8236-40.5304

#b24fbe color RGB value is (178,79,190).

#b24fbe hex color red value is 178, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b24fbe hue: 0.82 , saturation: 0.46 and the lightness value of b24fbe is 0.53.

The process color (four color CMYK) of #b24fbe color hex is 0.06, 0.58, 0.00, 0.25. Web safe color of #b24fbe is #9966cc. Color #b24fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 10111110
Octal 262 117 276
Decimal 178 79 190
Hex B2 4F BE

RGB Percentages of Color #b24fbe

%39.82
%17.67
%42.51

CMYK Percentages of Color #b24fbe

%6
%58
%0
%25

Triadic Colors of #b24fbe

#b24fbe #beb24f #4fbeb2

Analogous Colors of #b24fbe

#b24fbe #be4f93 #7b4fbe

Monochromatic Colors of #b24fbe

#b24fbe

Complementary Color

#b24fbe #5bbe4f

#b24fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fbe Color CSS Codes

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

#b24fbe Text Font Color

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

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


#b24fbe Background Color

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

This div background color is #b24fbe


#b24fbe Border Color

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

This div border color is #b24fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,79,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 #b24fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fbe


Comments

No comments written yet.

Please login to write comment.