Color Hex Logo

#375fed Color Hex

#375FED
(55,95,237)
0 Favorites   0 Comments

Color spaces of #375fed

RGB 5595237
HSL0.630.830.57
HSV227°77°93°
CMYK 0.770.600.00   0.07
XYZ20.953815.111181.9331
Yxy15.11110.17760.1281
Hunter Lab38.873028.1895-97.7552
CIE-Lab45.786035.7306-75.3852

#375fed color RGB value is (55,95,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 11101101
Octal 67 137 355
Decimal 55 95 237
Hex 37 5F ED

RGB Percentages of Color #375fed

%14.21
%24.55
%61.24

CMYK Percentages of Color #375fed

%77
%60
%0
%7

Triadic Colors of #375fed

#375fed #ed375f #5fed37

Analogous Colors of #375fed

#375fed #6a37ed #37baed

Monochromatic Colors of #375fed

#375fed

Complementary Color

#375fed #edc537

#375fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#375fed Color CSS Codes

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

#375fed Text Font Color

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

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


#375fed Background Color

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

This div background color is #375fed


#375fed Border Color

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

This div border color is #375fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375fed


Comments

No comments written yet.

Please login to write comment.