Color Hex Logo

#b249cf Color Hex

#B249CF
(178,73,207)
0 Favorites   0 Comments

Color spaces of #b249cf

RGB 17873207
HSL0.800.580.55
HSV287°65°81°
CMYK 0.140.650.00   0.19
XYZ32.005118.735160.9609
Yxy18.73510.28650.1677
Hunter Lab43.284156.2394-53.2047
CIE-Lab50.375861.7512-50.3981

#b249cf color RGB value is (178,73,207).

#b249cf hex color red value is 178, green value is 73 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b249cf hue: 0.80 , saturation: 0.58 and the lightness value of b249cf is 0.55.

The process color (four color CMYK) of #b249cf color hex is 0.14, 0.65, 0.00, 0.19. Web safe color of #b249cf is #9933cc. Color #b249cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 11001111
Octal 262 111 317
Decimal 178 73 207
Hex B2 49 CF

RGB Percentages of Color #b249cf

%38.86
%15.94
%45.20

CMYK Percentages of Color #b249cf

%14
%65
%0
%19

Triadic Colors of #b249cf

#b249cf #cfb249 #49cfb2

Analogous Colors of #b249cf

#b249cf #cf49a9 #6f49cf

Monochromatic Colors of #b249cf

#b249cf

Complementary Color

#b249cf #66cf49

#b249cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249cf Color CSS Codes

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

#b249cf Text Font Color

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

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


#b249cf Background Color

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

This div background color is #b249cf


#b249cf Border Color

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

This div border color is #b249cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249cf


Comments

No comments written yet.

Please login to write comment.