Color Hex Logo

#b40ded Color Hex

#B40DED
(180,13,237)
0 Favorites   0 Comments

Color spaces of #b40ded

RGB 18013237
HSL0.790.900.49
HSV285°95°93°
CMYK 0.240.950.00   0.07
XYZ34.252416.105681.4241
Yxy16.10560.25990.1222
Hunter Lab40.131882.1188-92.2023
CIE-Lab47.112783.7746-72.7202

#b40ded color RGB value is (180,13,237).

#b40ded hex color red value is 180, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b40ded hue: 0.79 , saturation: 0.90 and the lightness value of b40ded is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001101 11101101
Octal 264 15 355
Decimal 180 13 237
Hex B4 D ED

RGB Percentages of Color #b40ded

%41.86
%3.02
%55.12

CMYK Percentages of Color #b40ded

%24
%95
%0
%7

Triadic Colors of #b40ded

#b40ded #edb40d #0dedb4

Analogous Colors of #b40ded

#b40ded #ed0db6 #440ded

Monochromatic Colors of #b40ded

#b40ded

Complementary Color

#b40ded #46ed0d

#b40ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40ded Color CSS Codes

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

#b40ded Text Font Color

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

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


#b40ded Background Color

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

This div background color is #b40ded


#b40ded Border Color

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

This div border color is #b40ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40ded


Comments

No comments written yet.

Please login to write comment.