Color Hex Logo

#530beb Color Hex

#530BEB
(83,11,235)
0 Favorites   0 Comments

Color spaces of #530beb

RGB 8311235
HSL0.720.910.48
HSV259°95°92°
CMYK 0.650.950.00   0.08
XYZ18.68238.076579.1715
Yxy8.07650.17640.0762
Hunter Lab28.419267.6094-145.2794
CIE-Lab34.141774.5869-93.3943

#530beb color RGB value is (83,11,235).

#530beb hex color red value is 83, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #530beb hue: 0.72 , saturation: 0.91 and the lightness value of 530beb is 0.48.

The process color (four color CMYK) of #530beb color hex is 0.65, 0.95, 0.00, 0.08. Web safe color of #530beb is #6600ff. Color #530beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001011 11101011
Octal 123 13 353
Decimal 83 11 235
Hex 53 B EB

RGB Percentages of Color #530beb

%25.23
%3.34
%71.43

CMYK Percentages of Color #530beb

%65
%95
%0
%8

Triadic Colors of #530beb

#530beb #eb530b #0beb53

Analogous Colors of #530beb

#530beb #c30beb #0b33eb

Monochromatic Colors of #530beb

#530beb

Complementary Color

#530beb #a3eb0b

#530beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#530beb Color CSS Codes

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

#530beb Text Font Color

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

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


#530beb Background Color

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

This div background color is #530beb


#530beb Border Color

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

This div border color is #530beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,11,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530beb;
  -webkit-box-shadow: 1px 1px 3px 2px #530beb;
  box-shadow:         1px 1px 3px 2px #530beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530beb


Comments

No comments written yet.

Please login to write comment.