Color Hex Logo

#b724ca Color Hex

#B724CA
(183,36,202)
0 Favorites   0 Comments

Color spaces of #b724ca

RGB 18336202
HSL0.810.700.47
HSV293°82°79°
CMYK 0.090.820.00   0.21
XYZ30.820015.593357.2625
Yxy15.59330.29730.1504
Hunter Lab39.488470.2117-58.3352
CIE-Lab46.436374.3842-53.7870

#b724ca color RGB value is (183,36,202).

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

The process color (four color CMYK) of #b724ca color hex is 0.09, 0.82, 0.00, 0.21. Web safe color of #b724ca is #cc33cc. Color #b724ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100100 11001010
Octal 267 44 312
Decimal 183 36 202
Hex B7 24 CA

RGB Percentages of Color #b724ca

%43.47
%8.55
%47.98

CMYK Percentages of Color #b724ca

%9
%82
%0
%21

Triadic Colors of #b724ca

#b724ca #cab724 #24cab7

Analogous Colors of #b724ca

#b724ca #ca248a #6424ca

Monochromatic Colors of #b724ca

#b724ca

Complementary Color

#b724ca #37ca24

#b724ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b724ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b724ca Color CSS Codes

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

#b724ca Text Font Color

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

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


#b724ca Background Color

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

This div background color is #b724ca


#b724ca Border Color

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

This div border color is #b724ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b724ca


Comments

No comments written yet.

Please login to write comment.