Color Hex Logo

#b244bc Color Hex

#B244BC
(178,68,188)
0 Favorites   0 Comments

Color spaces of #b244bc

RGB 17868188
HSL0.820.470.50
HSV295°64°74°
CMYK 0.050.640.00   0.26
XYZ29.504317.230149.3476
Yxy17.23010.30710.1793
Hunter Lab41.509254.2350-41.4297
CIE-Lab48.548760.3200-42.3354

#b244bc color RGB value is (178,68,188).

#b244bc hex color red value is 178, green value is 68 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b244bc hue: 0.82 , saturation: 0.47 and the lightness value of b244bc is 0.50.

The process color (four color CMYK) of #b244bc color hex is 0.05, 0.64, 0.00, 0.26. Web safe color of #b244bc is #9933cc. Color #b244bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 10111100
Octal 262 104 274
Decimal 178 68 188
Hex B2 44 BC

RGB Percentages of Color #b244bc

%41.01
%15.67
%43.32

CMYK Percentages of Color #b244bc

%5
%64
%0
%26

Triadic Colors of #b244bc

#b244bc #bcb244 #44bcb2

Analogous Colors of #b244bc

#b244bc #bc448a #7644bc

Monochromatic Colors of #b244bc

#b244bc

Complementary Color

#b244bc #4ebc44

#b244bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b244bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b244bc Color CSS Codes

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

#b244bc Text Font Color

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

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


#b244bc Background Color

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

This div background color is #b244bc


#b244bc Border Color

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

This div border color is #b244bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,68,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b244bc


Comments

No comments written yet.

Please login to write comment.