Color Hex Logo

#375ccf Color Hex

#375CCF
(55,92,207)
0 Favorites   0 Comments

Color spaces of #375ccf

RGB 5592207
HSL0.630.610.51
HSV225°73°81°
CMYK 0.730.560.00   0.19
XYZ16.665212.971560.6569
Yxy12.97150.18460.1437
Hunter Lab36.016019.5670-74.6431
CIE-Lab42.720326.7467-63.3229

#375ccf color RGB value is (55,92,207).

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

The process color (four color CMYK) of #375ccf color hex is 0.73, 0.56, 0.00, 0.19. Web safe color of #375ccf is #3366cc. Color #375ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011100 11001111
Octal 67 134 317
Decimal 55 92 207
Hex 37 5C CF

RGB Percentages of Color #375ccf

%15.54
%25.99
%58.47

CMYK Percentages of Color #375ccf

%73
%56
%0
%19

Triadic Colors of #375ccf

#375ccf #cf375c #5ccf37

Analogous Colors of #375ccf

#375ccf #5e37cf #37a8cf

Monochromatic Colors of #375ccf

#375ccf

Complementary Color

#375ccf #cfaa37

#375ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#375ccf Color CSS Codes

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

#375ccf Text Font Color

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

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


#375ccf Background Color

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

This div background color is #375ccf


#375ccf Border Color

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

This div border color is #375ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375ccf


Comments

No comments written yet.

Please login to write comment.