Color Hex Logo

#b238ad Color Hex

#B238AD
(178,56,173)
0 Favorites   0 Comments

Color spaces of #b238ad

RGB 17856173
HSL0.840.520.46
HSV302°69°70°
CMYK 0.000.690.03   0.30
XYZ27.317115.310541.0506
Yxy15.31050.32650.1830
Hunter Lab39.128656.1421-34.8122
CIE-Lab46.056662.4804-37.4888

#b238ad color RGB value is (178,56,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111000 10101101
Octal 262 70 255
Decimal 178 56 173
Hex B2 38 AD

RGB Percentages of Color #b238ad

%43.73
%13.76
%42.51

CMYK Percentages of Color #b238ad

%0
%69
%3
%30

Triadic Colors of #b238ad

#b238ad #adb238 #38adb2

Analogous Colors of #b238ad

#b238ad #b23870 #7a38b2

Monochromatic Colors of #b238ad

#b238ad

Complementary Color

#b238ad #38b23d

#b238ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b238ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b238ad Color CSS Codes

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

#b238ad Text Font Color

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

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


#b238ad Background Color

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

This div background color is #b238ad


#b238ad Border Color

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

This div border color is #b238ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b238ad


Comments

No comments written yet.

Please login to write comment.