Color Hex Logo

#530cf5 Color Hex

#530CF5
(83,12,245)
0 Favorites   0 Comments

Color spaces of #530cf5

RGB 8312245
HSL0.720.920.50
HSV258°95°96°
CMYK 0.660.950.00   0.04
XYZ20.18028.694587.0008
Yxy8.69450.17420.0750
Hunter Lab29.486470.5622-154.2968
CIE-Lab35.389376.7800-96.9862

#530cf5 color RGB value is (83,12,245).

#530cf5 hex color red value is 83, green value is 12 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #530cf5 hue: 0.72 , saturation: 0.92 and the lightness value of 530cf5 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 11110101
Octal 123 14 365
Decimal 83 12 245
Hex 53 C F5

RGB Percentages of Color #530cf5

%24.41
%3.53
%72.06

CMYK Percentages of Color #530cf5

%66
%95
%0
%4

Triadic Colors of #530cf5

#530cf5 #f5530c #0cf553

Analogous Colors of #530cf5

#530cf5 #c80cf5 #0c39f5

Monochromatic Colors of #530cf5

#530cf5

Complementary Color

#530cf5 #aef50c

#530cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cf5 Color CSS Codes

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

#530cf5 Text Font Color

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

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


#530cf5 Background Color

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

This div background color is #530cf5


#530cf5 Border Color

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

This div border color is #530cf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cf5


Comments

No comments written yet.

Please login to write comment.