Color Hex Logo

#375afc Color Hex

#375AFC
(55,90,252)
0 Favorites   0 Comments

Color spaces of #375afc

RGB 5590252
HSL0.640.970.60
HSV229°78°99°
CMYK 0.780.640.00   0.01
XYZ22.802415.152893.8184
Yxy15.15280.17300.1150
Hunter Lab38.926636.4401-115.6484
CIE-Lab45.842844.1193-83.6894

#375afc color RGB value is (55,90,252).

#375afc hex color red value is 55, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #375afc hue: 0.64 , saturation: 0.97 and the lightness value of 375afc is 0.60.

The process color (four color CMYK) of #375afc color hex is 0.78, 0.64, 0.00, 0.01. Web safe color of #375afc is #3366ff. Color #375afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 11111100
Octal 67 132 374
Decimal 55 90 252
Hex 37 5A FC

RGB Percentages of Color #375afc

%13.85
%22.67
%63.48

CMYK Percentages of Color #375afc

%78
%64
%0
%1

Triadic Colors of #375afc

#375afc #fc375a #5afc37

Analogous Colors of #375afc

#375afc #7737fc #37bdfc

Monochromatic Colors of #375afc

#375afc

Complementary Color

#375afc #fcd937

#375afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#375afc Color CSS Codes

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

#375afc Text Font Color

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

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


#375afc Background Color

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

This div background color is #375afc


#375afc Border Color

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

This div border color is #375afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375afc

Related Colors


Comments

No comments written yet.

Please login to write comment.