Color Hex Logo

#b53ccf Color Hex

#B53CCF
(181,60,207)
0 Favorites   0 Comments

Color spaces of #b53ccf

RGB 18160207
HSL0.800.600.52
HSV289°71°81°
CMYK 0.130.710.00   0.19
XYZ31.934417.560560.7379
Yxy17.56050.28970.1593
Hunter Lab41.905362.6939-56.6019
CIE-Lab48.958667.6035-52.6403

#b53ccf color RGB value is (181,60,207).

#b53ccf hex color red value is 181, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b53ccf hue: 0.80 , saturation: 0.60 and the lightness value of b53ccf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111100 11001111
Octal 265 74 317
Decimal 181 60 207
Hex B5 3C CF

RGB Percentages of Color #b53ccf

%40.40
%13.39
%46.21

CMYK Percentages of Color #b53ccf

%13
%71
%0
%19

Triadic Colors of #b53ccf

#b53ccf #cfb53c #3ccfb5

Analogous Colors of #b53ccf

#b53ccf #cf3ca0 #6c3ccf

Monochromatic Colors of #b53ccf

#b53ccf

Complementary Color

#b53ccf #56cf3c

#b53ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53ccf Color CSS Codes

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

#b53ccf Text Font Color

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

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


#b53ccf Background Color

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

This div background color is #b53ccf


#b53ccf Border Color

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

This div border color is #b53ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53ccf


Comments

No comments written yet.

Please login to write comment.