Color Hex Logo

#b744dc Color Hex

#B744DC
(183,68,220)
0 Favorites   0 Comments

Color spaces of #b744dc

RGB 18368220
HSL0.790.680.56
HSV285°69°86°
CMYK 0.170.690.00   0.14
XYZ34.513819.368869.6296
Yxy19.36880.27940.1568
Hunter Lab44.010062.9669-62.9976
CIE-Lab51.115967.4223-56.5919

#b744dc color RGB value is (183,68,220).

#b744dc hex color red value is 183, green value is 68 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b744dc hue: 0.79 , saturation: 0.68 and the lightness value of b744dc is 0.56.

The process color (four color CMYK) of #b744dc color hex is 0.17, 0.69, 0.00, 0.14. Web safe color of #b744dc is #cc33cc. Color #b744dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000100 11011100
Octal 267 104 334
Decimal 183 68 220
Hex B7 44 DC

RGB Percentages of Color #b744dc

%38.85
%14.44
%46.71

CMYK Percentages of Color #b744dc

%17
%69
%0
%14

Triadic Colors of #b744dc

#b744dc #dcb744 #44dcb7

Analogous Colors of #b744dc

#b744dc #dc44b5 #6b44dc

Monochromatic Colors of #b744dc

#b744dc

Complementary Color

#b744dc #69dc44

#b744dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b744dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b744dc Color CSS Codes

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

#b744dc Text Font Color

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

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


#b744dc Background Color

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

This div background color is #b744dc


#b744dc Border Color

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

This div border color is #b744dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b744dc


Comments

No comments written yet.

Please login to write comment.