Color Hex Logo

#375ceb Color Hex

#375CEB
(55,92,235)
0 Favorites   0 Comments

Color spaces of #375ceb

RGB 5592235
HSL0.630.820.57
HSV228°77°92°
CMYK 0.770.610.00   0.08
XYZ20.398114.464780.3141
Yxy14.46470.17710.1256
Hunter Lab38.032529.1787-98.5814
CIE-Lab44.892136.8893-75.7201

#375ceb color RGB value is (55,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011100 11101011
Octal 67 134 353
Decimal 55 92 235
Hex 37 5C EB

RGB Percentages of Color #375ceb

%14.40
%24.08
%61.52

CMYK Percentages of Color #375ceb

%77
%61
%0
%8

Triadic Colors of #375ceb

#375ceb #eb375c #5ceb37

Analogous Colors of #375ceb

#375ceb #6c37eb #37b6eb

Monochromatic Colors of #375ceb

#375ceb

Complementary Color

#375ceb #ebc637

#375ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#375ceb Color CSS Codes

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

#375ceb Text Font Color

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

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


#375ceb Background Color

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

This div background color is #375ceb


#375ceb Border Color

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

This div border color is #375ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,92,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375ceb


Comments

No comments written yet.

Please login to write comment.