Color Hex Logo

#b45ded Color Hex

#B45DED
(180,93,237)
0 Favorites   0 Comments

Color spaces of #b45ded

RGB 18093237
HSL0.770.800.65
HSV276°61°93°
CMYK 0.240.610.00   0.07
XYZ38.022823.646482.6810
Yxy23.64640.26340.1638
Hunter Lab48.627654.4742-66.7709
CIE-Lab55.732059.2264-58.7887

#b45ded color RGB value is (180,93,237).

#b45ded hex color red value is 180, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b45ded hue: 0.77 , saturation: 0.80 and the lightness value of b45ded is 0.65.

The process color (four color CMYK) of #b45ded color hex is 0.24, 0.61, 0.00, 0.07. Web safe color of #b45ded is #cc66ff. Color #b45ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 11101101
Octal 264 135 355
Decimal 180 93 237
Hex B4 5D ED

RGB Percentages of Color #b45ded

%35.29
%18.24
%46.47

CMYK Percentages of Color #b45ded

%24
%61
%0
%7

Triadic Colors of #b45ded

#b45ded #edb45d #5dedb4

Analogous Colors of #b45ded

#b45ded #ed5dde #6c5ded

Monochromatic Colors of #b45ded

#b45ded

Complementary Color

#b45ded #96ed5d

#b45ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45ded Color CSS Codes

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

#b45ded Text Font Color

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

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


#b45ded Background Color

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

This div background color is #b45ded


#b45ded Border Color

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

This div border color is #b45ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45ded


Comments

No comments written yet.

Please login to write comment.