Color Hex Logo

#b52cdf Color Hex

#B52CDF
(181,44,223)
0 Favorites   0 Comments

Color spaces of #b52cdf

RGB 18144223
HSL0.790.740.52
HSV286°80°87°
CMYK 0.190.800.00   0.13
XYZ33.276016.952871.3304
Yxy16.95280.27370.1395
Hunter Lab41.173872.2068-73.8937
CIE-Lab48.200575.6723-63.0101

#b52cdf color RGB value is (181,44,223).

#b52cdf hex color red value is 181, green value is 44 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b52cdf hue: 0.79 , saturation: 0.74 and the lightness value of b52cdf is 0.52.

The process color (four color CMYK) of #b52cdf color hex is 0.19, 0.80, 0.00, 0.13. Web safe color of #b52cdf is #cc33cc. Color #b52cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 11011111
Octal 265 54 337
Decimal 181 44 223
Hex B5 2C DF

RGB Percentages of Color #b52cdf

%40.40
%9.82
%49.78

CMYK Percentages of Color #b52cdf

%19
%80
%0
%13

Triadic Colors of #b52cdf

#b52cdf #dfb52c #2cdfb5

Analogous Colors of #b52cdf

#b52cdf #df2cb0 #5b2cdf

Monochromatic Colors of #b52cdf

#b52cdf

Complementary Color

#b52cdf #56df2c

#b52cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52cdf Color CSS Codes

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

#b52cdf Text Font Color

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

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


#b52cdf Background Color

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

This div background color is #b52cdf


#b52cdf Border Color

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

This div border color is #b52cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,44,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #b52cdf;
  box-shadow:         1px 1px 3px 2px #b52cdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,44,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52cdf


Comments

No comments written yet.

Please login to write comment.