Color Hex Logo

#b228af Color Hex

#B228AF
(178,40,175)
0 Favorites   0 Comments

Color spaces of #b228af

RGB 17840175
HSL0.840.630.43
HSV301°78°70°
CMYK 0.000.780.02   0.30
XYZ26.856814.077741.8592
Yxy14.07770.32440.1700
Hunter Lab37.520362.1089-39.8823
CIE-Lab44.344267.9977-41.3838

#b228af color RGB value is (178,40,175).

#b228af hex color red value is 178, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b228af hue: 0.84 , saturation: 0.63 and the lightness value of b228af is 0.43.

The process color (four color CMYK) of #b228af color hex is 0.00, 0.78, 0.02, 0.30. Web safe color of #b228af is #993399. Color #b228af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 10101111
Octal 262 50 257
Decimal 178 40 175
Hex B2 28 AF

RGB Percentages of Color #b228af

%45.29
%10.18
%44.53

CMYK Percentages of Color #b228af

%0
%78
%2
%30

Triadic Colors of #b228af

#b228af #afb228 #28afb2

Analogous Colors of #b228af

#b228af #b2286a #7028b2

Monochromatic Colors of #b228af

#b228af

Complementary Color

#b228af #28b22b

#b228af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228af Color CSS Codes

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

#b228af Text Font Color

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

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


#b228af Background Color

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

This div background color is #b228af


#b228af Border Color

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

This div border color is #b228af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,40,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228af


Comments

No comments written yet.

Please login to write comment.