Color Hex Logo

#3569ef Color Hex

#3569EF
(53,105,239)
0 Favorites   0 Comments

Color spaces of #3569ef

RGB 53105239
HSL0.620.850.57
HSV223°78°94°
CMYK 0.780.560.00   0.06
XYZ22.099817.092083.7957
Yxy17.09200.17970.1390
Hunter Lab41.342523.0686-91.2332
CIE-Lab48.375729.9769-72.2882

#3569ef color RGB value is (53,105,239).

#3569ef hex color red value is 53, green value is 105 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3569ef hue: 0.62 , saturation: 0.85 and the lightness value of 3569ef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101001 11101111
Octal 65 151 357
Decimal 53 105 239
Hex 35 69 EF

RGB Percentages of Color #3569ef

%13.35
%26.45
%60.20

CMYK Percentages of Color #3569ef

%78
%56
%0
%6

Triadic Colors of #3569ef

#3569ef #ef3569 #69ef35

Analogous Colors of #3569ef

#3569ef #5e35ef #35c6ef

Monochromatic Colors of #3569ef

#3569ef

Complementary Color

#3569ef #efbb35

#3569ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3569ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3569ef Color CSS Codes

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

#3569ef Text Font Color

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

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


#3569ef Background Color

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

This div background color is #3569ef


#3569ef Border Color

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

This div border color is #3569ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3569ef


Comments

No comments written yet.

Please login to write comment.