Color Hex Logo

#b347ca Color Hex

#B347CA
(179,71,202)
0 Favorites   0 Comments

Color spaces of #b347ca

RGB 17971202
HSL0.800.550.54
HSV289°65°79°
CMYK 0.110.650.00   0.21
XYZ31.504318.354557.7594
Yxy18.35450.29270.1706
Hunter Lab42.842256.2876-49.9447
CIE-Lab49.923361.8780-48.2407

#b347ca color RGB value is (179,71,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 11001010
Octal 263 107 312
Decimal 179 71 202
Hex B3 47 CA

RGB Percentages of Color #b347ca

%39.60
%15.71
%44.69

CMYK Percentages of Color #b347ca

%11
%65
%0
%21

Triadic Colors of #b347ca

#b347ca #cab347 #47cab3

Analogous Colors of #b347ca

#b347ca #ca47a0 #7247ca

Monochromatic Colors of #b347ca

#b347ca

Complementary Color

#b347ca #5eca47

#b347ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b347ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b347ca Color CSS Codes

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

#b347ca Text Font Color

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

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


#b347ca Background Color

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

This div background color is #b347ca


#b347ca Border Color

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

This div border color is #b347ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b347ca


Comments

No comments written yet.

Please login to write comment.