Color Hex Logo

#b249ca Color Hex

#B249CA
(178,73,202)
0 Favorites   0 Comments

Color spaces of #b249ca

RGB 17873202
HSL0.800.550.54
HSV289°64°79°
CMYK 0.120.640.00   0.21
XYZ31.403318.494357.7917
Yxy18.49430.29160.1717
Hunter Lab43.005055.0863-49.5726
CIE-Lab50.090260.7882-47.9830

#b249ca color RGB value is (178,73,202).

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

The process color (four color CMYK) of #b249ca color hex is 0.12, 0.64, 0.00, 0.21. Web safe color of #b249ca is #9933cc. Color #b249ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 11001010
Octal 262 111 312
Decimal 178 73 202
Hex B2 49 CA

RGB Percentages of Color #b249ca

%39.29
%16.11
%44.59

CMYK Percentages of Color #b249ca

%12
%64
%0
%21

Triadic Colors of #b249ca

#b249ca #cab249 #49cab2

Analogous Colors of #b249ca

#b249ca #ca49a2 #7249ca

Monochromatic Colors of #b249ca

#b249ca

Complementary Color

#b249ca #61ca49

#b249ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249ca Color CSS Codes

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

#b249ca Text Font Color

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

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


#b249ca Background Color

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

This div background color is #b249ca


#b249ca Border Color

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

This div border color is #b249ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249ca


Comments

No comments written yet.

Please login to write comment.