Color Hex Logo

#b248cb Color Hex

#B248CB
(178,72,203)
0 Favorites   0 Comments

Color spaces of #b248cb

RGB 17872203
HSL0.800.560.54
HSV289°65°80°
CMYK 0.120.650.00   0.20
XYZ31.457018.411558.3957
Yxy18.41150.29060.1701
Hunter Lab42.908655.7711-50.6536
CIE-Lab49.991561.4109-48.7155

#b248cb color RGB value is (178,72,203).

#b248cb hex color red value is 178, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b248cb hue: 0.80 , saturation: 0.56 and the lightness value of b248cb is 0.54.

The process color (four color CMYK) of #b248cb color hex is 0.12, 0.65, 0.00, 0.20. Web safe color of #b248cb is #9933cc. Color #b248cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 11001011
Octal 262 110 313
Decimal 178 72 203
Hex B2 48 CB

RGB Percentages of Color #b248cb

%39.29
%15.89
%44.81

CMYK Percentages of Color #b248cb

%12
%65
%0
%20

Triadic Colors of #b248cb

#b248cb #cbb248 #48cbb2

Analogous Colors of #b248cb

#b248cb #cb48a3 #7148cb

Monochromatic Colors of #b248cb

#b248cb

Complementary Color

#b248cb #61cb48

#b248cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b248cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b248cb Color CSS Codes

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

#b248cb Text Font Color

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

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


#b248cb Background Color

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

This div background color is #b248cb


#b248cb Border Color

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

This div border color is #b248cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b248cb


Comments

No comments written yet.

Please login to write comment.