Color Hex Logo

#533fce Color Hex

#533FCE
(83,63,206)
0 Favorites   0 Comments

Color spaces of #533fce

RGB 8363206
HSL0.690.590.53
HSV248°69°81°
CMYK 0.600.690.00   0.19
XYZ16.48549.850259.4249
Yxy9.85020.19220.1149
Hunter Lab31.385038.8357-90.2911
CIE-Lab37.572247.9265-71.0770

#533fce color RGB value is (83,63,206).

#533fce hex color red value is 83, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #533fce hue: 0.69 , saturation: 0.59 and the lightness value of 533fce is 0.53.

The process color (four color CMYK) of #533fce color hex is 0.60, 0.69, 0.00, 0.19. Web safe color of #533fce is #6633cc. Color #533fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 11001110
Octal 123 77 316
Decimal 83 63 206
Hex 53 3F CE

RGB Percentages of Color #533fce

%23.58
%17.90
%58.52

CMYK Percentages of Color #533fce

%60
%69
%0
%19

Triadic Colors of #533fce

#533fce #ce533f #3fce53

Analogous Colors of #533fce

#533fce #9b3fce #3f73ce

Monochromatic Colors of #533fce

#533fce

Complementary Color

#533fce #bace3f

#533fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#533fce Color CSS Codes

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

#533fce Text Font Color

<p style="color:#533fce">Text here</p>

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


#533fce Background Color

<div style="background-color:#533fce">
Div content here</div>

This div background color is #533fce


#533fce Border Color

<div style="border:3px solid #533fce">
Div here</div>

This div border color is #533fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,63,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 #533fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533fce


Comments

No comments written yet.

Please login to write comment.