Color Hex Logo

#b52ddf Color Hex

#B52DDF
(181,45,223)
0 Favorites   0 Comments

Color spaces of #b52ddf

RGB 18145223
HSL0.790.740.53
HSV286°80°87°
CMYK 0.190.800.00   0.13
XYZ33.313717.028271.3430
Yxy17.02820.27380.1399
Hunter Lab41.265271.8901-73.6201
CIE-Lab48.295575.3957-62.8565

#b52ddf color RGB value is (181,45,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 11011111
Octal 265 55 337
Decimal 181 45 223
Hex B5 2D DF

RGB Percentages of Color #b52ddf

%40.31
%10.02
%49.67

CMYK Percentages of Color #b52ddf

%19
%80
%0
%13

Triadic Colors of #b52ddf

#b52ddf #dfb52d #2ddfb5

Analogous Colors of #b52ddf

#b52ddf #df2db0 #5c2ddf

Monochromatic Colors of #b52ddf

#b52ddf

Complementary Color

#b52ddf #57df2d

#b52ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ddf Color CSS Codes

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

#b52ddf Text Font Color

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

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


#b52ddf Background Color

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

This div background color is #b52ddf


#b52ddf Border Color

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

This div border color is #b52ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ddf


Comments

No comments written yet.

Please login to write comment.