Color Hex Logo

#b24bec Color Hex

#B24BEC
(178,75,236)
0 Favorites   0 Comments

Color spaces of #b24bec

RGB 17875236
HSL0.770.810.61
HSV278°68°93°
CMYK 0.250.680.00   0.07
XYZ36.016520.553381.4258
Yxy20.55330.26100.1489
Hunter Lab45.335762.4699-74.7535
CIE-Lab52.457166.7450-63.5070

#b24bec color RGB value is (178,75,236).

#b24bec hex color red value is 178, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b24bec hue: 0.77 , saturation: 0.81 and the lightness value of b24bec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001011 11101100
Octal 262 113 354
Decimal 178 75 236
Hex B2 4B EC

RGB Percentages of Color #b24bec

%36.40
%15.34
%48.26

CMYK Percentages of Color #b24bec

%25
%68
%0
%7

Triadic Colors of #b24bec

#b24bec #ecb24b #4becb2

Analogous Colors of #b24bec

#b24bec #ec4bd6 #624bec

Monochromatic Colors of #b24bec

#b24bec

Complementary Color

#b24bec #85ec4b

#b24bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24bec Color CSS Codes

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

#b24bec Text Font Color

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

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


#b24bec Background Color

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

This div background color is #b24bec


#b24bec Border Color

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

This div border color is #b24bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,75,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24bec


Comments

No comments written yet.

Please login to write comment.