Color Hex Logo

#b24eaf Color Hex

#B24EAF
(178,78,175)
0 Favorites   0 Comments

Color spaces of #b24eaf

RGB 17878175
HSL0.840.390.50
HSV302°56°70°
CMYK 0.000.560.02   0.30
XYZ28.822318.008942.5144
Yxy18.00890.32260.2016
Hunter Lab42.436946.9691-29.6925
CIE-Lab49.506953.5608-33.2373

#b24eaf color RGB value is (178,78,175).

#b24eaf hex color red value is 178, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b24eaf hue: 0.84 , saturation: 0.39 and the lightness value of b24eaf is 0.50.

The process color (four color CMYK) of #b24eaf color hex is 0.00, 0.56, 0.02, 0.30. Web safe color of #b24eaf is #996699. Color #b24eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 10101111
Octal 262 116 257
Decimal 178 78 175
Hex B2 4E AF

RGB Percentages of Color #b24eaf

%41.30
%18.10
%40.60

CMYK Percentages of Color #b24eaf

%0
%56
%2
%30

Triadic Colors of #b24eaf

#b24eaf #afb24e #4eafb2

Analogous Colors of #b24eaf

#b24eaf #b24e7d #834eb2

Monochromatic Colors of #b24eaf

#b24eaf

Complementary Color

#b24eaf #4eb251

#b24eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24eaf Color CSS Codes

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

#b24eaf Text Font Color

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

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


#b24eaf Background Color

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

This div background color is #b24eaf


#b24eaf Border Color

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

This div border color is #b24eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24eaf


Comments

No comments written yet.

Please login to write comment.