Color Hex Logo

#b481ec Color Hex

#B481EC
(180,129,236)
0 Favorites   0 Comments

Color spaces of #b481ec

RGB 180129236
HSL0.750.740.72
HSV269°45°93°
CMYK 0.240.450.00   0.07
XYZ41.813031.459983.2255
Yxy31.45990.26720.2010
Hunter Lab56.089134.9112-48.7126
CIE-Lab62.894040.2118-46.8402

#b481ec color RGB value is (180,129,236).

#b481ec hex color red value is 180, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b481ec hue: 0.75 , saturation: 0.74 and the lightness value of b481ec is 0.72.

The process color (four color CMYK) of #b481ec color hex is 0.24, 0.45, 0.00, 0.07. Web safe color of #b481ec is #cc99ff. Color #b481ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 11101100
Octal 264 201 354
Decimal 180 129 236
Hex B4 81 EC

RGB Percentages of Color #b481ec

%33.03
%23.67
%43.30

CMYK Percentages of Color #b481ec

%24
%45
%0
%7

Triadic Colors of #b481ec

#b481ec #ecb481 #81ecb4

Analogous Colors of #b481ec

#b481ec #ea81ec #8184ec

Monochromatic Colors of #b481ec

#b481ec

Complementary Color

#b481ec #b9ec81

#b481ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481ec Color CSS Codes

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

#b481ec Text Font Color

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

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


#b481ec Background Color

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

This div background color is #b481ec


#b481ec Border Color

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

This div border color is #b481ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481ec


Comments

No comments written yet.

Please login to write comment.