Color Hex Logo

#b248bf Color Hex

#B248BF
(178,72,191)
0 Favorites   0 Comments

Color spaces of #b248bf

RGB 17872191
HSL0.820.480.52
HSV293°62°75°
CMYK 0.070.620.00   0.25
XYZ30.081417.861351.1523
Yxy17.86130.30360.1802
Hunter Lab42.262653.0919-42.1774
CIE-Lab49.327459.1563-42.8431

#b248bf color RGB value is (178,72,191).

#b248bf hex color red value is 178, green value is 72 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b248bf hue: 0.82 , saturation: 0.48 and the lightness value of b248bf is 0.52.

The process color (four color CMYK) of #b248bf color hex is 0.07, 0.62, 0.00, 0.25. Web safe color of #b248bf is #9933cc. Color #b248bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 10111111
Octal 262 110 277
Decimal 178 72 191
Hex B2 48 BF

RGB Percentages of Color #b248bf

%40.36
%16.33
%43.31

CMYK Percentages of Color #b248bf

%7
%62
%0
%25

Triadic Colors of #b248bf

#b248bf #bfb248 #48bfb2

Analogous Colors of #b248bf

#b248bf #bf4891 #7748bf

Monochromatic Colors of #b248bf

#b248bf

Complementary Color

#b248bf #55bf48

#b248bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b248bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b248bf Color CSS Codes

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

#b248bf Text Font Color

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

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


#b248bf Background Color

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

This div background color is #b248bf


#b248bf Border Color

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

This div border color is #b248bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b248bf


Comments

No comments written yet.

Please login to write comment.