Color Hex Logo

#b24de6 Color Hex

#B24DE6
(178,77,230)
0 Favorites   0 Comments

Color spaces of #b24de6

RGB 17877230
HSL0.780.750.60
HSV280°67°90°
CMYK 0.230.670.00   0.10
XYZ35.296920.485976.9567
Yxy20.48590.26590.1543
Hunter Lab45.261459.9952-69.1263
CIE-Lab52.382264.6420-60.2523

#b24de6 color RGB value is (178,77,230).

#b24de6 hex color red value is 178, green value is 77 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #b24de6 hue: 0.78 , saturation: 0.75 and the lightness value of b24de6 is 0.60.

The process color (four color CMYK) of #b24de6 color hex is 0.23, 0.67, 0.00, 0.10. Web safe color of #b24de6 is #9966ff. Color #b24de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11100110
Octal 262 115 346
Decimal 178 77 230
Hex B2 4D E6

RGB Percentages of Color #b24de6

%36.70
%15.88
%47.42

CMYK Percentages of Color #b24de6

%23
%67
%0
%10

Triadic Colors of #b24de6

#b24de6 #e6b24d #4de6b2

Analogous Colors of #b24de6

#b24de6 #e64dce #664de6

Monochromatic Colors of #b24de6

#b24de6

Complementary Color

#b24de6 #81e64d

#b24de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24de6 Color CSS Codes

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

#b24de6 Text Font Color

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

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


#b24de6 Background Color

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

This div background color is #b24de6


#b24de6 Border Color

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

This div border color is #b24de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24de6


Comments

No comments written yet.

Please login to write comment.