Color Hex Logo

#530fcf Color Hex

#530FCF
(83,15,207)
0 Favorites   0 Comments

Color spaces of #530fcf

RGB 8315207
HSL0.730.860.44
HSV261°93°81°
CMYK 0.600.930.00   0.19
XYZ15.00066.685659.5313
Yxy6.68560.18470.0823
Hunter Lab25.856558.3074-118.4080
CIE-Lab31.080267.2732-82.3677

#530fcf color RGB value is (83,15,207).

#530fcf hex color red value is 83, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #530fcf hue: 0.73 , saturation: 0.86 and the lightness value of 530fcf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001111 11001111
Octal 123 17 317
Decimal 83 15 207
Hex 53 F CF

RGB Percentages of Color #530fcf

%27.21
%4.92
%67.87

CMYK Percentages of Color #530fcf

%60
%93
%0
%19

Triadic Colors of #530fcf

#530fcf #cf530f #0fcf53

Analogous Colors of #530fcf

#530fcf #b30fcf #0f2bcf

Monochromatic Colors of #530fcf

#530fcf

Complementary Color

#530fcf #8bcf0f

#530fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#530fcf Color CSS Codes

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

#530fcf Text Font Color

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

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


#530fcf Background Color

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

This div background color is #530fcf


#530fcf Border Color

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

This div border color is #530fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530fcf


Comments

No comments written yet.

Please login to write comment.