Color Hex Logo

#b338a8 Color Hex

#B338A8
(179,56,168)
0 Favorites   0 Comments

Color spaces of #b338a8

RGB 17956168
HSL0.850.520.46
HSV305°69°70°
CMYK 0.000.690.06   0.30
XYZ27.072515.239238.5604
Yxy15.23920.33480.1884
Hunter Lab39.037455.4745-31.2393
CIE-Lab45.960161.9085-34.6725

#b338a8 color RGB value is (179,56,168).

#b338a8 hex color red value is 179, green value is 56 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b338a8 hue: 0.85 , saturation: 0.52 and the lightness value of b338a8 is 0.46.

The process color (four color CMYK) of #b338a8 color hex is 0.00, 0.69, 0.06, 0.30. Web safe color of #b338a8 is #cc3399. Color #b338a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 10101000
Octal 263 70 250
Decimal 179 56 168
Hex B3 38 A8

RGB Percentages of Color #b338a8

%44.42
%13.90
%41.69

CMYK Percentages of Color #b338a8

%0
%69
%6
%30

Triadic Colors of #b338a8

#b338a8 #a8b338 #38a8b3

Analogous Colors of #b338a8

#b338a8 #b3386b #8138b3

Monochromatic Colors of #b338a8

#b338a8

Complementary Color

#b338a8 #38b343

#b338a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b338a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b338a8 Color CSS Codes

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

#b338a8 Text Font Color

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

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


#b338a8 Background Color

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

This div background color is #b338a8


#b338a8 Border Color

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

This div border color is #b338a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b338a8


Comments

No comments written yet.

Please login to write comment.