Color Hex Logo

#b344ca Color Hex

#B344CA
(179,68,202)
0 Favorites   0 Comments

Color spaces of #b344ca

RGB 17968202
HSL0.800.560.53
HSV290°66°79°
CMYK 0.110.660.00   0.21
XYZ31.318217.982257.6974
Yxy17.98220.29270.1681
Hunter Lab42.405457.6203-50.9870
CIE-Lab49.474563.1296-48.9565

#b344ca color RGB value is (179,68,202).

#b344ca hex color red value is 179, green value is 68 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b344ca hue: 0.80 , saturation: 0.56 and the lightness value of b344ca is 0.53.

The process color (four color CMYK) of #b344ca color hex is 0.11, 0.66, 0.00, 0.21. Web safe color of #b344ca is #cc33cc. Color #b344ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 11001010
Octal 263 104 312
Decimal 179 68 202
Hex B3 44 CA

RGB Percentages of Color #b344ca

%39.87
%15.14
%44.99

CMYK Percentages of Color #b344ca

%11
%66
%0
%21

Triadic Colors of #b344ca

#b344ca #cab344 #44cab3

Analogous Colors of #b344ca

#b344ca #ca449e #7044ca

Monochromatic Colors of #b344ca

#b344ca

Complementary Color

#b344ca #5bca44

#b344ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b344ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b344ca Color CSS Codes

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

#b344ca Text Font Color

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

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


#b344ca Background Color

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

This div background color is #b344ca


#b344ca Border Color

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

This div border color is #b344ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b344ca


Comments

No comments written yet.

Please login to write comment.