Color Hex Logo

#b481d3 Color Hex

#B481D3
(180,129,211)
0 Favorites   0 Comments

Color spaces of #b481d3

RGB 180129211
HSL0.770.480.67
HSV277°39°83°
CMYK 0.150.390.00   0.17
XYZ38.430530.107065.4137
Yxy30.10700.28690.2248
Hunter Lab54.869828.9981-32.2743
CIE-Lab61.746434.6142-34.7131

#b481d3 color RGB value is (180,129,211).

#b481d3 hex color red value is 180, green value is 129 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b481d3 hue: 0.77 , saturation: 0.48 and the lightness value of b481d3 is 0.67.

The process color (four color CMYK) of #b481d3 color hex is 0.15, 0.39, 0.00, 0.17. Web safe color of #b481d3 is #cc99cc. Color #b481d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 11010011
Octal 264 201 323
Decimal 180 129 211
Hex B4 81 D3

RGB Percentages of Color #b481d3

%34.62
%24.81
%40.58

CMYK Percentages of Color #b481d3

%15
%39
%0
%17

Triadic Colors of #b481d3

#b481d3 #d3b481 #81d3b4

Analogous Colors of #b481d3

#b481d3 #d381c9 #8b81d3

Monochromatic Colors of #b481d3

#b481d3

Complementary Color

#b481d3 #a0d381

#b481d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481d3 Color CSS Codes

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

#b481d3 Text Font Color

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

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


#b481d3 Background Color

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

This div background color is #b481d3


#b481d3 Border Color

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

This div border color is #b481d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481d3


Comments

No comments written yet.

Please login to write comment.