Color Hex Logo

#b824ce Color Hex

#B824CE
(184,36,206)
0 Favorites   0 Comments

Color spaces of #b824ce

RGB 18436206
HSL0.810.700.47
HSV292°83°81°
CMYK 0.110.830.00   0.19
XYZ31.538615.908359.8009
Yxy15.90830.29410.1483
Hunter Lab39.885271.3469-60.9753
CIE-Lab46.854075.2334-55.4180

#b824ce color RGB value is (184,36,206).

#b824ce hex color red value is 184, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b824ce hue: 0.81 , saturation: 0.70 and the lightness value of b824ce is 0.47.

The process color (four color CMYK) of #b824ce color hex is 0.11, 0.83, 0.00, 0.19. Web safe color of #b824ce is #cc33cc. Color #b824ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100100 11001110
Octal 270 44 316
Decimal 184 36 206
Hex B8 24 CE

RGB Percentages of Color #b824ce

%43.19
%8.45
%48.36

CMYK Percentages of Color #b824ce

%11
%83
%0
%19

Triadic Colors of #b824ce

#b824ce #ceb824 #24ceb8

Analogous Colors of #b824ce

#b824ce #ce248f #6324ce

Monochromatic Colors of #b824ce

#b824ce

Complementary Color

#b824ce #3ace24

#b824ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b824ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b824ce Color CSS Codes

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

#b824ce Text Font Color

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

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


#b824ce Background Color

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

This div background color is #b824ce


#b824ce Border Color

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

This div border color is #b824ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b824ce


Comments

No comments written yet.

Please login to write comment.