Color Hex Logo

#530bce Color Hex

#530BCE
(83,11,206)
0 Favorites   0 Comments

Color spaces of #530bce

RGB 8311206
HSL0.730.900.43
HSV262°95°81°
CMYK 0.600.950.00   0.19
XYZ14.82756.534658.8723
Yxy6.53460.18480.0814
Hunter Lab25.562958.8022-118.6532
CIE-Lab30.723067.7693-82.3778

#530bce color RGB value is (83,11,206).

#530bce hex color red value is 83, green value is 11 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #530bce hue: 0.73 , saturation: 0.90 and the lightness value of 530bce is 0.43.

The process color (four color CMYK) of #530bce color hex is 0.60, 0.95, 0.00, 0.19. Web safe color of #530bce is #6600cc. Color #530bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001011 11001110
Octal 123 13 316
Decimal 83 11 206
Hex 53 B CE

RGB Percentages of Color #530bce

%27.67
%3.67
%68.67

CMYK Percentages of Color #530bce

%60
%95
%0
%19

Triadic Colors of #530bce

#530bce #ce530b #0bce53

Analogous Colors of #530bce

#530bce #b50bce #0b24ce

Monochromatic Colors of #530bce

#530bce

Complementary Color

#530bce #86ce0b

#530bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#530bce Color CSS Codes

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

#530bce Text Font Color

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

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


#530bce Background Color

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

This div background color is #530bce


#530bce Border Color

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

This div border color is #530bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530bce


Comments

No comments written yet.

Please login to write comment.