Color Hex Logo

#3510ea Color Hex

#3510EA
(53,16,234)
0 Favorites   0 Comments

Color spaces of #3510ea

RGB 5316234
HSL0.690.870.49
HSV250°93°92°
CMYK 0.770.930.00   0.08
XYZ16.50487.068078.3363
Yxy7.06800.16200.0694
Hunter Lab26.585764.2904-156.0913
CIE-Lab31.961272.2212-96.5191

#3510ea color RGB value is (53,16,234).

#3510ea hex color red value is 53, green value is 16 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3510ea hue: 0.69 , saturation: 0.87 and the lightness value of 3510ea is 0.49.

The process color (four color CMYK) of #3510ea color hex is 0.77, 0.93, 0.00, 0.08. Web safe color of #3510ea is #3300ff. Color #3510ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010000 11101010
Octal 65 20 352
Decimal 53 16 234
Hex 35 10 EA

RGB Percentages of Color #3510ea

%17.49
%5.28
%77.23

CMYK Percentages of Color #3510ea

%77
%93
%0
%8

Triadic Colors of #3510ea

#3510ea #ea3510 #10ea35

Analogous Colors of #3510ea

#3510ea #a210ea #1058ea

Monochromatic Colors of #3510ea

#3510ea

Complementary Color

#3510ea #c5ea10

#3510ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3510ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3510ea Color CSS Codes

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

#3510ea Text Font Color

<p style="color:#3510ea">Text here</p>

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


#3510ea Background Color

<div style="background-color:#3510ea">
Div content here</div>

This div background color is #3510ea


#3510ea Border Color

<div style="border:3px solid #3510ea">
Div here</div>

This div border color is #3510ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,16,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3510ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3510ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3510ea;
  box-shadow:         1px 1px 3px 2px #3510ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3510ea


Comments

No comments written yet.

Please login to write comment.