Color Hex Logo

#b24efd Color Hex

#B24EFD
(178,78,253)
0 Favorites   0 Comments

Color spaces of #b24efd

RGB 17878253
HSL0.760.980.65
HSV274°69°99°
CMYK 0.300.690.00   0.01
XYZ38.814122.005695.1303
Yxy22.00560.24890.1411
Hunter Lab46.910165.6007-87.3987
CIE-Lab54.032969.0881-70.4514

#b24efd color RGB value is (178,78,253).

#b24efd hex color red value is 178, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b24efd hue: 0.76 , saturation: 0.98 and the lightness value of b24efd is 0.65.

The process color (four color CMYK) of #b24efd color hex is 0.30, 0.69, 0.00, 0.01. Web safe color of #b24efd is #9966ff. Color #b24efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 11111101
Octal 262 116 375
Decimal 178 78 253
Hex B2 4E FD

RGB Percentages of Color #b24efd

%34.97
%15.32
%49.71

CMYK Percentages of Color #b24efd

%30
%69
%0
%1

Triadic Colors of #b24efd

#b24efd #fdb24e #4efdb2

Analogous Colors of #b24efd

#b24efd #fd4ef1 #5a4efd

Monochromatic Colors of #b24efd

#b24efd

Complementary Color

#b24efd #99fd4e

#b24efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24efd Color CSS Codes

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

#b24efd Text Font Color

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

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


#b24efd Background Color

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

This div background color is #b24efd


#b24efd Border Color

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

This div border color is #b24efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24efd

Related Colors


Comments

No comments written yet.

Please login to write comment.