Color Hex Logo

#b342cb Color Hex

#B342CB
(179,66,203)
0 Favorites   0 Comments

Color spaces of #b342cb

RGB 17966203
HSL0.800.570.53
HSV289°67°80°
CMYK 0.120.670.00   0.20
XYZ31.318117.791958.2835
Yxy17.79190.29160.1657
Hunter Lab42.180458.7167-52.3986
CIE-Lab49.242764.1283-49.9023

#b342cb color RGB value is (179,66,203).

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

The process color (four color CMYK) of #b342cb color hex is 0.12, 0.67, 0.00, 0.20. Web safe color of #b342cb is #cc33cc. Color #b342cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 11001011
Octal 263 102 313
Decimal 179 66 203
Hex B3 42 CB

RGB Percentages of Color #b342cb

%39.96
%14.73
%45.31

CMYK Percentages of Color #b342cb

%12
%67
%0
%20

Triadic Colors of #b342cb

#b342cb #cbb342 #42cbb3

Analogous Colors of #b342cb

#b342cb #cb429f #6f42cb

Monochromatic Colors of #b342cb

#b342cb

Complementary Color

#b342cb #5acb42

#b342cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b342cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b342cb Color CSS Codes

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

#b342cb Text Font Color

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

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


#b342cb Background Color

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

This div background color is #b342cb


#b342cb Border Color

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

This div border color is #b342cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b342cb


Comments

No comments written yet.

Please login to write comment.