Color Hex Logo

#375ace Color Hex

#375ACE
(55,90,206)
0 Favorites   0 Comments

Color spaces of #375ace

RGB 5590206
HSL0.630.610.51
HSV226°73°81°
CMYK 0.730.560.00   0.19
XYZ16.372312.580859.9579
Yxy12.58080.18410.1415
Hunter Lab35.469420.3222-75.3959
CIE-Lab42.124727.6646-63.7151

#375ace color RGB value is (55,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 11001110
Octal 67 132 316
Decimal 55 90 206
Hex 37 5A CE

RGB Percentages of Color #375ace

%15.67
%25.64
%58.69

CMYK Percentages of Color #375ace

%73
%56
%0
%19

Triadic Colors of #375ace

#375ace #ce375a #5ace37

Analogous Colors of #375ace

#375ace #6037ce #37a6ce

Monochromatic Colors of #375ace

#375ace

Complementary Color

#375ace #ceab37

#375ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#375ace Color CSS Codes

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

#375ace Text Font Color

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

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


#375ace Background Color

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

This div background color is #375ace


#375ace Border Color

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

This div border color is #375ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375ace


Comments

No comments written yet.

Please login to write comment.