Color Hex Logo

#b453cd Color Hex

#B453CD
(180,83,205)
0 Favorites   0 Comments

Color spaces of #b453cd

RGB 18083205
HSL0.800.550.56
HSV288°60°80°
CMYK 0.120.600.00   0.20
XYZ32.935120.297659.9396
Yxy20.29760.29100.1794
Hunter Lab45.052951.6468-47.3441
CIE-Lab52.172057.3462-46.3755

#b453cd color RGB value is (180,83,205).

#b453cd hex color red value is 180, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b453cd hue: 0.80 , saturation: 0.55 and the lightness value of b453cd is 0.56.

The process color (four color CMYK) of #b453cd color hex is 0.12, 0.60, 0.00, 0.20. Web safe color of #b453cd is #cc66cc. Color #b453cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 11001101
Octal 264 123 315
Decimal 180 83 205
Hex B4 53 CD

RGB Percentages of Color #b453cd

%38.46
%17.74
%43.80

CMYK Percentages of Color #b453cd

%12
%60
%0
%20

Triadic Colors of #b453cd

#b453cd #cdb453 #53cdb4

Analogous Colors of #b453cd

#b453cd #cd53a9 #7753cd

Monochromatic Colors of #b453cd

#b453cd

Complementary Color

#b453cd #6ccd53

#b453cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b453cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b453cd Color CSS Codes

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

#b453cd Text Font Color

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

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


#b453cd Background Color

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

This div background color is #b453cd


#b453cd Border Color

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

This div border color is #b453cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,83,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b453cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b453cd;
  -webkit-box-shadow: 1px 1px 3px 2px #b453cd;
  box-shadow:         1px 1px 3px 2px #b453cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,83,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b453cd


Comments

No comments written yet.

Please login to write comment.