Color Hex Logo

#b342ca Color Hex

#B342CA
(179,66,202)
0 Favorites   0 Comments

Color spaces of #b342ca

RGB 17966202
HSL0.810.560.53
HSV290°67°79°
CMYK 0.110.670.00   0.21
XYZ31.199317.744457.6577
Yxy17.74440.29270.1665
Hunter Lab42.124158.4892-51.6668
CIE-Lab49.184663.9416-49.4192

#b342ca color RGB value is (179,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 11001010
Octal 263 102 312
Decimal 179 66 202
Hex B3 42 CA

RGB Percentages of Color #b342ca

%40.04
%14.77
%45.19

CMYK Percentages of Color #b342ca

%11
%67
%0
%21

Triadic Colors of #b342ca

#b342ca #cab342 #42cab3

Analogous Colors of #b342ca

#b342ca #ca429d #6f42ca

Monochromatic Colors of #b342ca

#b342ca

Complementary Color

#b342ca #59ca42

#b342ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b342ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b342ca Color CSS Codes

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

#b342ca Text Font Color

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

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


#b342ca Background Color

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

This div background color is #b342ca


#b342ca Border Color

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

This div border color is #b342ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b342ca


Comments

No comments written yet.

Please login to write comment.