Color Hex Logo

#375fee Color Hex

#375FEE
(55,95,238)
0 Favorites   0 Comments

Color spaces of #375fee

RGB 5595238
HSL0.630.840.57
HSV227°77°93°
CMYK 0.770.600.00   0.07
XYZ21.100415.169782.7049
Yxy15.16970.17740.1275
Hunter Lab38.948328.5436-98.6357
CIE-Lab45.865836.0895-75.8171

#375fee color RGB value is (55,95,238).

#375fee hex color red value is 55, green value is 95 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #375fee hue: 0.63 , saturation: 0.84 and the lightness value of 375fee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 11101110
Octal 67 137 356
Decimal 55 95 238
Hex 37 5F EE

RGB Percentages of Color #375fee

%14.18
%24.48
%61.34

CMYK Percentages of Color #375fee

%77
%60
%0
%7

Triadic Colors of #375fee

#375fee #ee375f #5fee37

Analogous Colors of #375fee

#375fee #6b37ee #37bbee

Monochromatic Colors of #375fee

#375fee

Complementary Color

#375fee #eec637

#375fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#375fee Color CSS Codes

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

#375fee Text Font Color

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

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


#375fee Background Color

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

This div background color is #375fee


#375fee Border Color

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

This div border color is #375fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375fee


Comments

No comments written yet.

Please login to write comment.