Color Hex Logo

#b724ce Color Hex

#B724CE
(183,36,206)
0 Favorites   0 Comments

Color spaces of #b724ce

RGB 18336206
HSL0.810.700.47
HSV292°83°81°
CMYK 0.110.830.00   0.19
XYZ31.299915.785359.7897
Yxy15.78530.29290.1477
Hunter Lab39.730771.0937-61.4124
CIE-Lab46.691575.0579-55.6878

#b724ce color RGB value is (183,36,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100100 11001110
Octal 267 44 316
Decimal 183 36 206
Hex B7 24 CE

RGB Percentages of Color #b724ce

%43.06
%8.47
%48.47

CMYK Percentages of Color #b724ce

%11
%83
%0
%19

Triadic Colors of #b724ce

#b724ce #ceb724 #24ceb7

Analogous Colors of #b724ce

#b724ce #ce2490 #6224ce

Monochromatic Colors of #b724ce

#b724ce

Complementary Color

#b724ce #3bce24

#b724ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b724ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b724ce Color CSS Codes

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

#b724ce Text Font Color

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

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


#b724ce Background Color

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

This div background color is #b724ce


#b724ce Border Color

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

This div border color is #b724ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b724ce


Comments

No comments written yet.

Please login to write comment.