Color Hex Logo

#b437da Color Hex

#B437DA
(180,55,218)
0 Favorites   0 Comments

Color spaces of #b437da

RGB 18055218
HSL0.790.690.54
HSV286°75°85°
CMYK 0.170.750.00   0.15
XYZ32.843517.497667.9760
Yxy17.49760.27760.1479
Hunter Lab41.830166.9490-67.0680
CIE-Lab48.881071.2058-59.0702

#b437da color RGB value is (180,55,218).

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

The process color (four color CMYK) of #b437da color hex is 0.17, 0.75, 0.00, 0.15. Web safe color of #b437da is #cc33cc. Color #b437da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110111 11011010
Octal 264 67 332
Decimal 180 55 218
Hex B4 37 DA

RGB Percentages of Color #b437da

%39.74
%12.14
%48.12

CMYK Percentages of Color #b437da

%17
%75
%0
%15

Triadic Colors of #b437da

#b437da #dab437 #37dab4

Analogous Colors of #b437da

#b437da #da37af #6337da

Monochromatic Colors of #b437da

#b437da

Complementary Color

#b437da #5dda37

#b437da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b437da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b437da Color CSS Codes

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

#b437da Text Font Color

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

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


#b437da Background Color

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

This div background color is #b437da


#b437da Border Color

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

This div border color is #b437da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b437da


Comments

No comments written yet.

Please login to write comment.