Color Hex Logo

#5335c0 Color Hex

#5335C0
(83,53,192)
1 Favorites   0 Comments

Color spaces of #5335c0

RGB 8353192
HSL0.700.570.48
HSV253°72°75°
CMYK 0.570.720.00   0.25
XYZ14.35488.191050.6936
Yxy8.19100.19600.1118
Hunter Lab28.619939.4448-84.9846
CIE-Lab34.377549.1258-68.1526

#5335c0 color RGB value is (83,53,192).

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

The process color (four color CMYK) of #5335c0 color hex is 0.57, 0.72, 0.00, 0.25. Web safe color of #5335c0 is #6633cc. Color #5335c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 11000000
Octal 123 65 300
Decimal 83 53 192
Hex 53 35 C0

RGB Percentages of Color #5335c0

%25.30
%16.16
%58.54

CMYK Percentages of Color #5335c0

%57
%72
%0
%25

Triadic Colors of #5335c0

#5335c0 #c05335 #35c053

Analogous Colors of #5335c0

#5335c0 #9935c0 #355cc0

Monochromatic Colors of #5335c0

#5335c0

Complementary Color

#5335c0 #a2c035

#5335c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5335c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5335c0 Color CSS Codes

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

#5335c0 Text Font Color

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

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


#5335c0 Background Color

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

This div background color is #5335c0


#5335c0 Border Color

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

This div border color is #5335c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5335c0


Comments

No comments written yet.

Please login to write comment.