Color Hex Logo

#5308ca Color Hex

#5308CA
(83,8,202)
0 Favorites   0 Comments

Color spaces of #5308ca

RGB 838202
HSL0.730.920.41
HSV263°96°79°
CMYK 0.590.960.00   0.21
XYZ14.31486.276956.3342
Yxy6.27690.18610.0816
Hunter Lab25.053758.1444-115.7780
CIE-Lab30.100667.3135-81.0750

#5308ca color RGB value is (83,8,202).

#5308ca hex color red value is 83, green value is 8 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5308ca hue: 0.73 , saturation: 0.92 and the lightness value of 5308ca is 0.41.

The process color (four color CMYK) of #5308ca color hex is 0.59, 0.96, 0.00, 0.21. Web safe color of #5308ca is #6600cc. Color #5308ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001000 11001010
Octal 123 10 312
Decimal 83 8 202
Hex 53 8 CA

RGB Percentages of Color #5308ca

%28.33
%2.73
%68.94

CMYK Percentages of Color #5308ca

%59
%96
%0
%21

Triadic Colors of #5308ca

#5308ca #ca5308 #08ca53

Analogous Colors of #5308ca

#5308ca #b408ca #081eca

Monochromatic Colors of #5308ca

#5308ca

Complementary Color

#5308ca #7fca08

#5308ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5308ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5308ca Color CSS Codes

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

#5308ca Text Font Color

<p style="color:#5308ca">Text here</p>

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


#5308ca Background Color

<div style="background-color:#5308ca">
Div content here</div>

This div background color is #5308ca


#5308ca Border Color

<div style="border:3px solid #5308ca">
Div here</div>

This div border color is #5308ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,8,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5308ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5308ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5308ca;
  box-shadow:         1px 1px 3px 2px #5308ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5308ca


Comments

No comments written yet.

Please login to write comment.