Color Hex Logo

#3513ef Color Hex

#3513EF
(53,19,239)
0 Favorites   0 Comments

Color spaces of #3513ef

RGB 5319239
HSL0.690.870.51
HSV249°92°94°
CMYK 0.780.920.00   0.06
XYZ17.28117.454682.1894
Yxy7.45460.16160.0697
Hunter Lab27.303165.1985-159.3660
CIE-Lab32.820272.8254-97.9295

#3513ef color RGB value is (53,19,239).

#3513ef hex color red value is 53, green value is 19 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3513ef hue: 0.69 , saturation: 0.87 and the lightness value of 3513ef is 0.51.

The process color (four color CMYK) of #3513ef color hex is 0.78, 0.92, 0.00, 0.06. Web safe color of #3513ef is #3300ff. Color #3513ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010011 11101111
Octal 65 23 357
Decimal 53 19 239
Hex 35 13 EF

RGB Percentages of Color #3513ef

%17.04
%6.11
%76.85

CMYK Percentages of Color #3513ef

%78
%92
%0
%6

Triadic Colors of #3513ef

#3513ef #ef3513 #13ef35

Analogous Colors of #3513ef

#3513ef #a313ef #135fef

Monochromatic Colors of #3513ef

#3513ef

Complementary Color

#3513ef #cdef13

#3513ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3513ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3513ef Color CSS Codes

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

#3513ef Text Font Color

<p style="color:#3513ef">Text here</p>

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


#3513ef Background Color

<div style="background-color:#3513ef">
Div content here</div>

This div background color is #3513ef


#3513ef Border Color

<div style="border:3px solid #3513ef">
Div here</div>

This div border color is #3513ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,19,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3513ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3513ef;
  -webkit-box-shadow: 1px 1px 3px 2px #3513ef;
  box-shadow:         1px 1px 3px 2px #3513ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3513ef


Comments

No comments written yet.

Please login to write comment.