Color Hex Logo

#370ded Color Hex

#370DED
(55,13,237)
0 Favorites   0 Comments

Color spaces of #370ded

RGB 5513237
HSL0.700.900.49
HSV251°95°93°
CMYK 0.770.950.00   0.07
XYZ17.00557.214580.6170
Yxy7.21450.16220.0688
Hunter Lab26.859866.0073-159.1510
CIE-Lab32.290373.5954-97.6743

#370ded color RGB value is (55,13,237).

#370ded hex color red value is 55, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #370ded hue: 0.70 , saturation: 0.90 and the lightness value of 370ded is 0.49.

The process color (four color CMYK) of #370ded color hex is 0.77, 0.95, 0.00, 0.07. Web safe color of #370ded is #3300ff. Color #370ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001101 11101101
Octal 67 15 355
Decimal 55 13 237
Hex 37 D ED

RGB Percentages of Color #370ded

%18.03
%4.26
%77.70

CMYK Percentages of Color #370ded

%77
%95
%0
%7

Triadic Colors of #370ded

#370ded #ed370d #0ded37

Analogous Colors of #370ded

#370ded #a70ded #0d53ed

Monochromatic Colors of #370ded

#370ded

Complementary Color

#370ded #c3ed0d

#370ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#370ded Color CSS Codes

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

#370ded Text Font Color

<p style="color:#370ded">Text here</p>

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


#370ded Background Color

<div style="background-color:#370ded">
Div content here</div>

This div background color is #370ded


#370ded Border Color

<div style="border:3px solid #370ded">
Div here</div>

This div border color is #370ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,13,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 #370ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370ded


Comments

No comments written yet.

Please login to write comment.