Color Hex Logo

#b451dd Color Hex

#B451DD
(180,81,221)
0 Favorites   0 Comments

Color spaces of #b451dd

RGB 18081221
HSL0.780.670.59
HSV282°63°87°
CMYK 0.190.630.00   0.13
XYZ34.816020.808670.5881
Yxy20.80860.27590.1649
Hunter Lab45.616456.4084-59.8154
CIE-Lab52.739461.4627-54.5799

#b451dd color RGB value is (180,81,221).

#b451dd hex color red value is 180, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b451dd hue: 0.78 , saturation: 0.67 and the lightness value of b451dd is 0.59.

The process color (four color CMYK) of #b451dd color hex is 0.19, 0.63, 0.00, 0.13. Web safe color of #b451dd is #cc66cc. Color #b451dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010001 11011101
Octal 264 121 335
Decimal 180 81 221
Hex B4 51 DD

RGB Percentages of Color #b451dd

%37.34
%16.80
%45.85

CMYK Percentages of Color #b451dd

%19
%63
%0
%13

Triadic Colors of #b451dd

#b451dd #ddb451 #51ddb4

Analogous Colors of #b451dd

#b451dd #dd51c0 #6e51dd

Monochromatic Colors of #b451dd

#b451dd

Complementary Color

#b451dd #7add51

#b451dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b451dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b451dd Color CSS Codes

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

#b451dd Text Font Color

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

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


#b451dd Background Color

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

This div background color is #b451dd


#b451dd Border Color

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

This div border color is #b451dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,81,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b451dd


Comments

No comments written yet.

Please login to write comment.