Color Hex Logo

#b453ec Color Hex

#B453EC
(180,83,236)
0 Favorites   0 Comments

Color spaces of #b453ec

RGB 18083236
HSL0.770.800.63
HSV278°65°93°
CMYK 0.240.650.00   0.07
XYZ37.056021.945981.6398
Yxy21.94590.26350.1560
Hunter Lab46.846559.2140-70.5328
CIE-Lab53.969663.6738-61.0582

#b453ec color RGB value is (180,83,236).

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

The process color (four color CMYK) of #b453ec color hex is 0.24, 0.65, 0.00, 0.07. Web safe color of #b453ec is #cc66ff. Color #b453ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 11101100
Octal 264 123 354
Decimal 180 83 236
Hex B4 53 EC

RGB Percentages of Color #b453ec

%36.07
%16.63
%47.29

CMYK Percentages of Color #b453ec

%24
%65
%0
%7

Triadic Colors of #b453ec

#b453ec #ecb453 #53ecb4

Analogous Colors of #b453ec

#b453ec #ec53d8 #6853ec

Monochromatic Colors of #b453ec

#b453ec

Complementary Color

#b453ec #8bec53

#b453ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b453ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b453ec Color CSS Codes

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

#b453ec Text Font Color

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

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


#b453ec Background Color

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

This div background color is #b453ec


#b453ec Border Color

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

This div border color is #b453ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b453ec


Comments

No comments written yet.

Please login to write comment.