Color Hex Logo

#b844c5 Color Hex

#B844C5
(184,68,197)
0 Favorites   0 Comments

Color spaces of #b844c5

RGB 18468197
HSL0.820.530.52
HSV294°65°77°
CMYK 0.070.650.00   0.23
XYZ31.912318.355854.6844
Yxy18.35580.30410.1749
Hunter Lab42.843757.9801-45.6854
CIE-Lab49.924863.3586-45.3123

#b844c5 color RGB value is (184,68,197).

#b844c5 hex color red value is 184, green value is 68 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b844c5 hue: 0.82 , saturation: 0.53 and the lightness value of b844c5 is 0.52.

The process color (four color CMYK) of #b844c5 color hex is 0.07, 0.65, 0.00, 0.23. Web safe color of #b844c5 is #cc33cc. Color #b844c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 11000101
Octal 270 104 305
Decimal 184 68 197
Hex B8 44 C5

RGB Percentages of Color #b844c5

%40.98
%15.14
%43.88

CMYK Percentages of Color #b844c5

%7
%65
%0
%23

Triadic Colors of #b844c5

#b844c5 #c5b844 #44c5b8

Analogous Colors of #b844c5

#b844c5 #c54492 #7844c5

Monochromatic Colors of #b844c5

#b844c5

Complementary Color

#b844c5 #51c544

#b844c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b844c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b844c5 Color CSS Codes

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

#b844c5 Text Font Color

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

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


#b844c5 Background Color

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

This div background color is #b844c5


#b844c5 Border Color

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

This div border color is #b844c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b844c5


Comments

No comments written yet.

Please login to write comment.