Color Hex Logo

#b52dcf Color Hex

#B52DCF
(181,45,207)
0 Favorites   0 Comments

Color spaces of #b52dcf

RGB 18145207
HSL0.810.640.49
HSV290°78°81°
CMYK 0.130.780.00   0.19
XYZ31.256916.205560.5120
Yxy16.20550.28950.1501
Hunter Lab40.256168.1486-60.9442
CIE-Lab47.243072.5230-55.3940

#b52dcf color RGB value is (181,45,207).

#b52dcf hex color red value is 181, green value is 45 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b52dcf hue: 0.81 , saturation: 0.64 and the lightness value of b52dcf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 11001111
Octal 265 55 317
Decimal 181 45 207
Hex B5 2D CF

RGB Percentages of Color #b52dcf

%41.80
%10.39
%47.81

CMYK Percentages of Color #b52dcf

%13
%78
%0
%19

Triadic Colors of #b52dcf

#b52dcf #cfb52d #2dcfb5

Analogous Colors of #b52dcf

#b52dcf #cf2d98 #642dcf

Monochromatic Colors of #b52dcf

#b52dcf

Complementary Color

#b52dcf #47cf2d

#b52dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52dcf Color CSS Codes

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

#b52dcf Text Font Color

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

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


#b52dcf Background Color

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

This div background color is #b52dcf


#b52dcf Border Color

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

This div border color is #b52dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52dcf


Comments

No comments written yet.

Please login to write comment.