Color Hex Logo

#530cec Color Hex

#530CEC
(83,12,236)
0 Favorites   0 Comments

Color spaces of #530cec

RGB 8312236
HSL0.720.900.49
HSV259°95°93°
CMYK 0.650.950.00   0.07
XYZ18.83918.158179.9386
Yxy8.15810.17620.0763
Hunter Lab28.562467.7504-145.9434
CIE-Lab34.310074.6725-93.6831

#530cec color RGB value is (83,12,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 11101100
Octal 123 14 354
Decimal 83 12 236
Hex 53 C EC

RGB Percentages of Color #530cec

%25.08
%3.63
%71.30

CMYK Percentages of Color #530cec

%65
%95
%0
%7

Triadic Colors of #530cec

#530cec #ec530c #0cec53

Analogous Colors of #530cec

#530cec #c30cec #0c35ec

Monochromatic Colors of #530cec

#530cec

Complementary Color

#530cec #a5ec0c

#530cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cec Color CSS Codes

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

#530cec Text Font Color

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

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


#530cec Background Color

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

This div background color is #530cec


#530cec Border Color

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

This div border color is #530cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cec


Comments

No comments written yet.

Please login to write comment.