Color Hex Logo

#3501ef Color Hex

#3501EF
(53,1,239)
0 Favorites   0 Comments

Color spaces of #3501ef

RGB 531239
HSL0.700.990.47
HSV253°100°94°
CMYK 0.781.000.00   0.06
XYZ17.05907.010682.1154
Yxy7.01060.16070.0660
Hunter Lab26.477568.6686-165.3432
CIE-Lab31.831075.8703-99.5803

#3501ef color RGB value is (53,1,239).

#3501ef hex color red value is 53, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3501ef hue: 0.70 , saturation: 0.99 and the lightness value of 3501ef is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 11101111
Octal 65 1 357
Decimal 53 1 239
Hex 35 1 EF

RGB Percentages of Color #3501ef

%18.09
%0.34
%81.57

CMYK Percentages of Color #3501ef

%78
%100
%0
%6

Triadic Colors of #3501ef

#3501ef #ef3501 #01ef35

Analogous Colors of #3501ef

#3501ef #ac01ef #0144ef

Monochromatic Colors of #3501ef

#3501ef

Complementary Color

#3501ef #bbef01

#3501ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3501ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3501ef Color CSS Codes

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

#3501ef Text Font Color

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

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


#3501ef Background Color

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

This div background color is #3501ef


#3501ef Border Color

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

This div border color is #3501ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3501ef


Comments

No comments written yet.

Please login to write comment.