Color Hex Logo

#3502ea Color Hex

#3502EA
(53,2,234)
0 Favorites   0 Comments

Color spaces of #3502ea

RGB 532234
HSL0.700.980.46
HSV253°99°92°
CMYK 0.770.990.00   0.08
XYZ16.34126.740878.2817
Yxy6.74080.16120.0665
Hunter Lab25.963166.9129-160.5923
CIE-Lab31.209474.5371-97.7737

#3502ea color RGB value is (53,2,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 11101010
Octal 65 2 352
Decimal 53 2 234
Hex 35 2 EA

RGB Percentages of Color #3502ea

%18.34
%0.69
%80.97

CMYK Percentages of Color #3502ea

%77
%99
%0
%8

Triadic Colors of #3502ea

#3502ea #ea3502 #02ea35

Analogous Colors of #3502ea

#3502ea #a902ea #0243ea

Monochromatic Colors of #3502ea

#3502ea

Complementary Color

#3502ea #b7ea02

#3502ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3502ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3502ea Color CSS Codes

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

#3502ea Text Font Color

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

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


#3502ea Background Color

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

This div background color is #3502ea


#3502ea Border Color

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

This div border color is #3502ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3502ea


Comments

No comments written yet.

Please login to write comment.