Color Hex Logo

#b44ffd Color Hex

#B44FFD
(180,79,253)
0 Favorites   0 Comments

Color spaces of #b44ffd

RGB 18079253
HSL0.760.980.65
HSV275°69°99°
CMYK 0.290.690.00   0.01
XYZ39.348022.387195.1758
Yxy22.38710.25080.1427
Hunter Lab47.315065.6425-86.1434
CIE-Lab54.435369.0468-69.7881

#b44ffd color RGB value is (180,79,253).

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

The process color (four color CMYK) of #b44ffd color hex is 0.29, 0.69, 0.00, 0.01. Web safe color of #b44ffd is #cc66ff. Color #b44ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 11111101
Octal 264 117 375
Decimal 180 79 253
Hex B4 4F FD

RGB Percentages of Color #b44ffd

%35.16
%15.43
%49.41

CMYK Percentages of Color #b44ffd

%29
%69
%0
%1

Triadic Colors of #b44ffd

#b44ffd #fdb44f #4ffdb4

Analogous Colors of #b44ffd

#b44ffd #fd4fef #5d4ffd

Monochromatic Colors of #b44ffd

#b44ffd

Complementary Color

#b44ffd #98fd4f

#b44ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ffd Color CSS Codes

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

#b44ffd Text Font Color

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

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


#b44ffd Background Color

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

This div background color is #b44ffd


#b44ffd Border Color

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

This div border color is #b44ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.