Color Hex Logo

#b413be Color Hex

#B413BE
(180,19,190)
0 Favorites   0 Comments

Color spaces of #b413be

RGB 18019190
HSL0.820.820.41
HSV296°90°75°
CMYK 0.050.900.00   0.25
XYZ28.349513.886749.9014
Yxy13.88670.30770.1507
Hunter Lab37.264970.5816-53.3099
CIE-Lab44.070075.1487-50.6298

#b413be color RGB value is (180,19,190).

#b413be hex color red value is 180, green value is 19 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b413be hue: 0.82 , saturation: 0.82 and the lightness value of b413be is 0.41.

The process color (four color CMYK) of #b413be color hex is 0.05, 0.90, 0.00, 0.25. Web safe color of #b413be is #cc00cc. Color #b413be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 10111110
Octal 264 23 276
Decimal 180 19 190
Hex B4 13 BE

RGB Percentages of Color #b413be

%46.27
%4.88
%48.84

CMYK Percentages of Color #b413be

%5
%90
%0
%25

Triadic Colors of #b413be

#b413be #beb413 #13beb4

Analogous Colors of #b413be

#b413be #be1373 #5f13be

Monochromatic Colors of #b413be

#b413be

Complementary Color

#b413be #1dbe13

#b413be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413be Color CSS Codes

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

#b413be Text Font Color

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

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


#b413be Background Color

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

This div background color is #b413be


#b413be Border Color

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

This div border color is #b413be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413be


Comments

No comments written yet.

Please login to write comment.