Color Hex Logo

#b248ca Color Hex

#B248CA
(178,72,202)
0 Favorites   0 Comments

Color spaces of #b248ca

RGB 17872202
HSL0.800.550.54
HSV289°64°79°
CMYK 0.120.640.00   0.21
XYZ31.338118.364057.7700
Yxy18.36400.29160.1709
Hunter Lab42.853255.5419-49.9310
CIE-Lab49.934761.2194-48.2310

#b248ca color RGB value is (178,72,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 11001010
Octal 262 110 312
Decimal 178 72 202
Hex B2 48 CA

RGB Percentages of Color #b248ca

%39.38
%15.93
%44.69

CMYK Percentages of Color #b248ca

%12
%64
%0
%21

Triadic Colors of #b248ca

#b248ca #cab248 #48cab2

Analogous Colors of #b248ca

#b248ca #ca48a1 #7148ca

Monochromatic Colors of #b248ca

#b248ca

Complementary Color

#b248ca #60ca48

#b248ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b248ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b248ca Color CSS Codes

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

#b248ca Text Font Color

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

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


#b248ca Background Color

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

This div background color is #b248ca


#b248ca Border Color

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

This div border color is #b248ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b248ca


Comments

No comments written yet.

Please login to write comment.