Color Hex Logo

#3550ee Color Hex

#3550EE
(53,80,238)
0 Favorites   0 Comments

Color spaces of #3550ee

RGB 5380238
HSL0.640.840.57
HSV231°78°93°
CMYK 0.780.660.00   0.07
XYZ19.769512.667382.2920
Yxy12.66730.17230.1104
Hunter Lab35.591236.8653-112.1734
CIE-Lab42.257645.1378-81.7338

#3550ee color RGB value is (53,80,238).

#3550ee hex color red value is 53, green value is 80 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3550ee hue: 0.64 , saturation: 0.84 and the lightness value of 3550ee is 0.57.

The process color (four color CMYK) of #3550ee color hex is 0.78, 0.66, 0.00, 0.07. Web safe color of #3550ee is #3366ff. Color #3550ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 11101110
Octal 65 120 356
Decimal 53 80 238
Hex 35 50 EE

RGB Percentages of Color #3550ee

%14.29
%21.56
%64.15

CMYK Percentages of Color #3550ee

%78
%66
%0
%7

Triadic Colors of #3550ee

#3550ee #ee3550 #50ee35

Analogous Colors of #3550ee

#3550ee #7735ee #35adee

Monochromatic Colors of #3550ee

#3550ee

Complementary Color

#3550ee #eed335

#3550ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3550ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3550ee Color CSS Codes

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

#3550ee Text Font Color

<p style="color:#3550ee">Text here</p>

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


#3550ee Background Color

<div style="background-color:#3550ee">
Div content here</div>

This div background color is #3550ee


#3550ee Border Color

<div style="border:3px solid #3550ee">
Div here</div>

This div border color is #3550ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,80,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3550ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3550ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3550ee;
  box-shadow:         1px 1px 3px 2px #3550ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3550ee


Comments

No comments written yet.

Please login to write comment.