Color Hex Logo

#3503ea Color Hex

#3503EA
(53,3,234)
0 Favorites   0 Comments

Color spaces of #3503ea

RGB 533234
HSL0.700.970.46
HSV253°99°92°
CMYK 0.770.990.00   0.08
XYZ16.35206.762578.2854
Yxy6.76250.16130.0667
Hunter Lab26.004866.7336-160.2845
CIE-Lab31.260074.3802-97.6893

#3503ea color RGB value is (53,3,234).

#3503ea hex color red value is 53, green value is 3 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3503ea hue: 0.70 , saturation: 0.97 and the lightness value of 3503ea is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000011 11101010
Octal 65 3 352
Decimal 53 3 234
Hex 35 3 EA

RGB Percentages of Color #3503ea

%18.28
%1.03
%80.69

CMYK Percentages of Color #3503ea

%77
%99
%0
%8

Triadic Colors of #3503ea

#3503ea #ea3503 #03ea35

Analogous Colors of #3503ea

#3503ea #a903ea #0344ea

Monochromatic Colors of #3503ea

#3503ea

Complementary Color

#3503ea #b8ea03

#3503ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3503ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3503ea Color CSS Codes

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

#3503ea Text Font Color

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

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


#3503ea Background Color

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

This div background color is #3503ea


#3503ea Border Color

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

This div border color is #3503ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3503ea


Comments

No comments written yet.

Please login to write comment.