Color Hex Logo

#b437dc Color Hex

#B437DC
(180,55,220)
0 Favorites   0 Comments

Color spaces of #b437dc

RGB 18055220
HSL0.790.700.54
HSV285°75°86°
CMYK 0.180.750.00   0.14
XYZ33.106817.603069.3629
Yxy17.60300.27570.1466
Hunter Lab41.955967.4288-68.6510
CIE-Lab49.011071.5805-60.0008

#b437dc color RGB value is (180,55,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110111 11011100
Octal 264 67 334
Decimal 180 55 220
Hex B4 37 DC

RGB Percentages of Color #b437dc

%39.56
%12.09
%48.35

CMYK Percentages of Color #b437dc

%18
%75
%0
%14

Triadic Colors of #b437dc

#b437dc #dcb437 #37dcb4

Analogous Colors of #b437dc

#b437dc #dc37b2 #6137dc

Monochromatic Colors of #b437dc

#b437dc

Complementary Color

#b437dc #5fdc37

#b437dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b437dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b437dc Color CSS Codes

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

#b437dc Text Font Color

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

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


#b437dc Background Color

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

This div background color is #b437dc


#b437dc Border Color

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

This div border color is #b437dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b437dc


Comments

No comments written yet.

Please login to write comment.