Color Hex Logo

#b458ca Color Hex

#B458CA
(180,88,202)
0 Favorites   0 Comments

Color spaces of #b458ca

RGB 18088202
HSL0.800.520.57
HSV288°56°79°
CMYK 0.110.560.00   0.21
XYZ32.972820.947058.1824
Yxy20.94700.29410.1869
Hunter Lab45.767948.5039-43.3348
CIE-Lab52.891454.3792-43.5174

#b458ca color RGB value is (180,88,202).

#b458ca hex color red value is 180, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b458ca hue: 0.80 , saturation: 0.52 and the lightness value of b458ca is 0.57.

The process color (four color CMYK) of #b458ca color hex is 0.11, 0.56, 0.00, 0.21. Web safe color of #b458ca is #cc66cc. Color #b458ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 11001010
Octal 264 130 312
Decimal 180 88 202
Hex B4 58 CA

RGB Percentages of Color #b458ca

%38.30
%18.72
%42.98

CMYK Percentages of Color #b458ca

%11
%56
%0
%21

Triadic Colors of #b458ca

#b458ca #cab458 #58cab4

Analogous Colors of #b458ca

#b458ca #ca58a7 #7b58ca

Monochromatic Colors of #b458ca

#b458ca

Complementary Color

#b458ca #6eca58

#b458ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b458ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b458ca Color CSS Codes

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

#b458ca Text Font Color

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

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


#b458ca Background Color

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

This div background color is #b458ca


#b458ca Border Color

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

This div border color is #b458ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b458ca


Comments

No comments written yet.

Please login to write comment.