Color Hex Logo

#b430be Color Hex

#B430BE
(180,48,190)
0 Favorites   0 Comments

Color spaces of #b430be

RGB 18048190
HSL0.820.600.47
HSV296°75°75°
CMYK 0.050.750.00   0.25
XYZ29.173615.534950.1761
Yxy15.53490.30750.1637
Hunter Lab39.414363.1466-47.8886
CIE-Lab46.358368.4917-46.9669

#b430be color RGB value is (180,48,190).

#b430be hex color red value is 180, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b430be hue: 0.82 , saturation: 0.60 and the lightness value of b430be is 0.47.

The process color (four color CMYK) of #b430be color hex is 0.05, 0.75, 0.00, 0.25. Web safe color of #b430be is #cc33cc. Color #b430be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 10111110
Octal 264 60 276
Decimal 180 48 190
Hex B4 30 BE

RGB Percentages of Color #b430be

%43.06
%11.48
%45.45

CMYK Percentages of Color #b430be

%5
%75
%0
%25

Triadic Colors of #b430be

#b430be #beb430 #30beb4

Analogous Colors of #b430be

#b430be #be3081 #6d30be

Monochromatic Colors of #b430be

#b430be

Complementary Color

#b430be #3abe30

#b430be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b430be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b430be Color CSS Codes

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

#b430be Text Font Color

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

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


#b430be Background Color

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

This div background color is #b430be


#b430be Border Color

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

This div border color is #b430be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b430be


Comments

No comments written yet.

Please login to write comment.