Color Hex Logo

#b438db Color Hex

#B438DB
(180,56,219)
0 Favorites   0 Comments

Color spaces of #b438db

RGB 18056219
HSL0.790.690.54
HSV286°74°86°
CMYK 0.180.740.00   0.14
XYZ33.022717.646168.6834
Yxy17.64610.27670.1478
Hunter Lab42.007366.8095-67.5362
CIE-Lab49.064071.0538-59.3456

#b438db color RGB value is (180,56,219).

#b438db hex color red value is 180, green value is 56 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b438db hue: 0.79 , saturation: 0.69 and the lightness value of b438db is 0.54.

The process color (four color CMYK) of #b438db color hex is 0.18, 0.74, 0.00, 0.14. Web safe color of #b438db is #cc33cc. Color #b438db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 11011011
Octal 264 70 333
Decimal 180 56 219
Hex B4 38 DB

RGB Percentages of Color #b438db

%39.56
%12.31
%48.13

CMYK Percentages of Color #b438db

%18
%74
%0
%14

Triadic Colors of #b438db

#b438db #dbb438 #38dbb4

Analogous Colors of #b438db

#b438db #db38b1 #6338db

Monochromatic Colors of #b438db

#b438db

Complementary Color

#b438db #5fdb38

#b438db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b438db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b438db Color CSS Codes

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

#b438db Text Font Color

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

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


#b438db Background Color

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

This div background color is #b438db


#b438db Border Color

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

This div border color is #b438db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b438db


Comments

No comments written yet.

Please login to write comment.