Color Hex Logo

#5335cf Color Hex

#5335CF
(83,53,207)
0 Favorites   0 Comments

Color spaces of #5335cf

RGB 8353207
HSL0.700.620.51
HSV252°74°81°
CMYK 0.600.740.00   0.19
XYZ16.10298.890259.8987
Yxy8.89020.18970.1047
Hunter Lab29.816444.2233-98.2371
CIE-Lab35.772053.5125-74.6140

#5335cf color RGB value is (83,53,207).

#5335cf hex color red value is 83, green value is 53 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5335cf hue: 0.70 , saturation: 0.62 and the lightness value of 5335cf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 11001111
Octal 123 65 317
Decimal 83 53 207
Hex 53 35 CF

RGB Percentages of Color #5335cf

%24.20
%15.45
%60.35

CMYK Percentages of Color #5335cf

%60
%74
%0
%19

Triadic Colors of #5335cf

#5335cf #cf5335 #35cf53

Analogous Colors of #5335cf

#5335cf #a035cf #3564cf

Monochromatic Colors of #5335cf

#5335cf

Complementary Color

#5335cf #b1cf35

#5335cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5335cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5335cf Color CSS Codes

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

#5335cf Text Font Color

<p style="color:#5335cf">Text here</p>

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


#5335cf Background Color

<div style="background-color:#5335cf">
Div content here</div>

This div background color is #5335cf


#5335cf Border Color

<div style="border:3px solid #5335cf">
Div here</div>

This div border color is #5335cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5335cf


Comments

No comments written yet.

Please login to write comment.