Color Hex Logo

#b338ad Color Hex

#B338AD
(179,56,173)
0 Favorites   0 Comments

Color spaces of #b338ad

RGB 17956173
HSL0.840.520.46
HSV303°69°70°
CMYK 0.000.690.03   0.30
XYZ27.547415.429241.0614
Yxy15.42920.32780.1836
Hunter Lab39.280056.4435-34.4828
CIE-Lab46.216562.7156-37.2257

#b338ad color RGB value is (179,56,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 10101101
Octal 263 70 255
Decimal 179 56 173
Hex B3 38 AD

RGB Percentages of Color #b338ad

%43.87
%13.73
%42.40

CMYK Percentages of Color #b338ad

%0
%69
%3
%30

Triadic Colors of #b338ad

#b338ad #adb338 #38adb3

Analogous Colors of #b338ad

#b338ad #b33870 #7c38b3

Monochromatic Colors of #b338ad

#b338ad

Complementary Color

#b338ad #38b33e

#b338ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b338ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b338ad Color CSS Codes

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

#b338ad Text Font Color

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

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


#b338ad Background Color

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

This div background color is #b338ad


#b338ad Border Color

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

This div border color is #b338ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b338ad


Comments

No comments written yet.

Please login to write comment.