Color Hex Logo

#b413ec Color Hex

#B413EC
(180,19,236)
1 Favorites   0 Comments

Color spaces of #b413ec

RGB 18019236
HSL0.790.850.50
HSV285°92°93°
CMYK 0.240.920.00   0.07
XYZ34.195616.225280.6863
Yxy16.22520.26080.1238
Hunter Lab40.280581.0443-90.5680
CIE-Lab47.268682.9061-71.9015

#b413ec color RGB value is (180,19,236).

#b413ec hex color red value is 180, green value is 19 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b413ec hue: 0.79 , saturation: 0.85 and the lightness value of b413ec is 0.50.

The process color (four color CMYK) of #b413ec color hex is 0.24, 0.92, 0.00, 0.07. Web safe color of #b413ec is #cc00ff. Color #b413ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11101100
Octal 264 23 354
Decimal 180 19 236
Hex B4 13 EC

RGB Percentages of Color #b413ec

%41.38
%4.37
%54.25

CMYK Percentages of Color #b413ec

%24
%92
%0
%7

Triadic Colors of #b413ec

#b413ec #ecb413 #13ecb4

Analogous Colors of #b413ec

#b413ec #ec13b8 #4813ec

Monochromatic Colors of #b413ec

#b413ec

Complementary Color

#b413ec #4bec13

#b413ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413ec Color CSS Codes

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

#b413ec Text Font Color

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

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


#b413ec Background Color

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

This div background color is #b413ec


#b413ec Border Color

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

This div border color is #b413ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413ec

#b413ec Color Palettes


Comments

No comments written yet.

Please login to write comment.