Color Hex Logo

#375aef Color Hex

#375AEF
(55,90,239)
0 Favorites   0 Comments

Color spaces of #375aef

RGB 5590239
HSL0.630.850.58
HSV229°77°94°
CMYK 0.770.620.00   0.06
XYZ20.811714.356583.3355
Yxy14.35650.17560.1211
Hunter Lab37.890031.7367-103.8799
CIE-Lab44.739939.5552-78.2208

#375aef color RGB value is (55,90,239).

#375aef hex color red value is 55, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #375aef hue: 0.63 , saturation: 0.85 and the lightness value of 375aef is 0.58.

The process color (four color CMYK) of #375aef color hex is 0.77, 0.62, 0.00, 0.06. Web safe color of #375aef is #3366ff. Color #375aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 11101111
Octal 67 132 357
Decimal 55 90 239
Hex 37 5A EF

RGB Percentages of Color #375aef

%14.32
%23.44
%62.24

CMYK Percentages of Color #375aef

%77
%62
%0
%6

Triadic Colors of #375aef

#375aef #ef375a #5aef37

Analogous Colors of #375aef

#375aef #7037ef #37b6ef

Monochromatic Colors of #375aef

#375aef

Complementary Color

#375aef #efcc37

#375aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#375aef Color CSS Codes

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

#375aef Text Font Color

<p style="color:#375aef">Text here</p>

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


#375aef Background Color

<div style="background-color:#375aef">
Div content here</div>

This div background color is #375aef


#375aef Border Color

<div style="border:3px solid #375aef">
Div here</div>

This div border color is #375aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,90,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #375aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #375aef;
  -webkit-box-shadow: 1px 1px 3px 2px #375aef;
  box-shadow:         1px 1px 3px 2px #375aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,90,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 #375aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375aef


Comments

No comments written yet.

Please login to write comment.