Color Hex Logo

#b255af Color Hex

#B255AF
(178,85,175)
0 Favorites   0 Comments

Color spaces of #b255af

RGB 17885175
HSL0.840.380.52
HSV302°52°70°
CMYK 0.000.520.02   0.30
XYZ29.346519.057142.6891
Yxy19.05710.32220.2092
Hunter Lab43.654443.6006-27.4208
CIE-Lab50.753950.2098-31.2872

#b255af color RGB value is (178,85,175).

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

The process color (four color CMYK) of #b255af color hex is 0.00, 0.52, 0.02, 0.30. Web safe color of #b255af is #996699. Color #b255af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 10101111
Octal 262 125 257
Decimal 178 85 175
Hex B2 55 AF

RGB Percentages of Color #b255af

%40.64
%19.41
%39.95

CMYK Percentages of Color #b255af

%0
%52
%2
%30

Triadic Colors of #b255af

#b255af #afb255 #55afb2

Analogous Colors of #b255af

#b255af #b25581 #8755b2

Monochromatic Colors of #b255af

#b255af

Complementary Color

#b255af #55b258

#b255af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b255af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b255af Color CSS Codes

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

#b255af Text Font Color

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

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


#b255af Background Color

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

This div background color is #b255af


#b255af Border Color

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

This div border color is #b255af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b255af


Comments

No comments written yet.

Please login to write comment.