Color Hex Logo

#b848cc Color Hex

#B848CC
(184,72,204)
0 Favorites   0 Comments

Color spaces of #b848cc

RGB 18472204
HSL0.810.560.54
HSV291°65°80°
CMYK 0.100.650.00   0.20
XYZ32.983619.184759.0913
Yxy19.18470.29650.1724
Hunter Lab43.800357.7678-49.3282
CIE-Lab50.902662.9902-47.7872

#b848cc color RGB value is (184,72,204).

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

The process color (four color CMYK) of #b848cc color hex is 0.10, 0.65, 0.00, 0.20. Web safe color of #b848cc is #cc33cc. Color #b848cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001000 11001100
Octal 270 110 314
Decimal 184 72 204
Hex B8 48 CC

RGB Percentages of Color #b848cc

%40.00
%15.65
%44.35

CMYK Percentages of Color #b848cc

%10
%65
%0
%20

Triadic Colors of #b848cc

#b848cc #ccb848 #48ccb8

Analogous Colors of #b848cc

#b848cc #cc489e #7648cc

Monochromatic Colors of #b848cc

#b848cc

Complementary Color

#b848cc #5ccc48

#b848cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b848cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b848cc Color CSS Codes

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

#b848cc Text Font Color

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

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


#b848cc Background Color

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

This div background color is #b848cc


#b848cc Border Color

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

This div border color is #b848cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b848cc


Comments

No comments written yet.

Please login to write comment.