Color Hex Logo

#373cda Color Hex

#373CDA
(55,60,218)
0 Favorites   0 Comments

Color spaces of #373cda

RGB 5560218
HSL0.660.690.54
HSV238°75°85°
CMYK 0.750.720.00   0.15
XYZ15.84639.105967.2521
Yxy9.10590.17190.0988
Hunter Lab30.176040.9276-111.0142
CIE-Lab36.187450.2447-80.3468

#373cda color RGB value is (55,60,218).

#373cda hex color red value is 55, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #373cda hue: 0.66 , saturation: 0.69 and the lightness value of 373cda is 0.54.

The process color (four color CMYK) of #373cda color hex is 0.75, 0.72, 0.00, 0.15. Web safe color of #373cda is #3333cc. Color #373cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111100 11011010
Octal 67 74 332
Decimal 55 60 218
Hex 37 3C DA

RGB Percentages of Color #373cda

%16.52
%18.02
%65.47

CMYK Percentages of Color #373cda

%75
%72
%0
%15

Triadic Colors of #373cda

#373cda #da373c #3cda37

Analogous Colors of #373cda

#373cda #8437da #378eda

Monochromatic Colors of #373cda

#373cda

Complementary Color

#373cda #dad537

#373cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#373cda Color CSS Codes

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

#373cda Text Font Color

<p style="color:#373cda">Text here</p>

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


#373cda Background Color

<div style="background-color:#373cda">
Div content here</div>

This div background color is #373cda


#373cda Border Color

<div style="border:3px solid #373cda">
Div here</div>

This div border color is #373cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,60,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #373cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #373cda;
  -webkit-box-shadow: 1px 1px 3px 2px #373cda;
  box-shadow:         1px 1px 3px 2px #373cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373cda


Comments

No comments written yet.

Please login to write comment.