Color Hex Logo

#b844bc Color Hex

#B844BC
(184,68,188)
0 Favorites   0 Comments

Color spaces of #b844bc

RGB 18468188
HSL0.830.470.50
HSV298°64°74°
CMYK 0.020.640.00   0.26
XYZ30.911417.955449.4135
Yxy17.95540.31450.1827
Hunter Lab42.373856.0603-39.4784
CIE-Lab49.442061.7681-40.8636

#b844bc color RGB value is (184,68,188).

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

The process color (four color CMYK) of #b844bc color hex is 0.02, 0.64, 0.00, 0.26. Web safe color of #b844bc is #cc33cc. Color #b844bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 10111100
Octal 270 104 274
Decimal 184 68 188
Hex B8 44 BC

RGB Percentages of Color #b844bc

%41.82
%15.45
%42.73

CMYK Percentages of Color #b844bc

%2
%64
%0
%26

Triadic Colors of #b844bc

#b844bc #bcb844 #44bcb8

Analogous Colors of #b844bc

#b844bc #bc4484 #7c44bc

Monochromatic Colors of #b844bc

#b844bc

Complementary Color

#b844bc #48bc44

#b844bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b844bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b844bc Color CSS Codes

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

#b844bc Text Font Color

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

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


#b844bc Background Color

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

This div background color is #b844bc


#b844bc Border Color

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

This div border color is #b844bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b844bc


Comments

No comments written yet.

Please login to write comment.