Color Hex Logo

#b338ca Color Hex

#B338CA
(179,56,202)
0 Favorites   0 Comments

Color spaces of #b338ca

RGB 17956202
HSL0.810.580.51
HSV291°72°79°
CMYK 0.110.720.00   0.21
XYZ30.665216.676357.4797
Yxy16.67630.29250.1591
Hunter Lab40.836662.5758-54.8682
CIE-Lab47.849667.7166-51.5543

#b338ca color RGB value is (179,56,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 11001010
Octal 263 70 312
Decimal 179 56 202
Hex B3 38 CA

RGB Percentages of Color #b338ca

%40.96
%12.81
%46.22

CMYK Percentages of Color #b338ca

%11
%72
%0
%21

Triadic Colors of #b338ca

#b338ca #cab338 #38cab3

Analogous Colors of #b338ca

#b338ca #ca3898 #6a38ca

Monochromatic Colors of #b338ca

#b338ca

Complementary Color

#b338ca #4fca38

#b338ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b338ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b338ca Color CSS Codes

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

#b338ca Text Font Color

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

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


#b338ca Background Color

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

This div background color is #b338ca


#b338ca Border Color

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

This div border color is #b338ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b338ca


Comments

No comments written yet.

Please login to write comment.