Color Hex Logo

#1d37ec Color Hex

#1D37EC
(29,55,236)
0 Favorites   0 Comments

Color spaces of #1d37ec

RGB 2955236
HSL0.650.840.52
HSV232°88°93°
CMYK 0.880.770.00   0.07
XYZ17.01329.049780.2070
Yxy9.04970.16010.0852
Hunter Lab30.082748.3054-137.0220
CIE-Lab36.079857.3039-90.8334

#1d37ec color RGB value is (29,55,236).

#1d37ec hex color red value is 29, green value is 55 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1d37ec hue: 0.65 , saturation: 0.84 and the lightness value of 1d37ec is 0.52.

The process color (four color CMYK) of #1d37ec color hex is 0.88, 0.77, 0.00, 0.07. Web safe color of #1d37ec is #3333ff. Color #1d37ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110111 11101100
Octal 35 67 354
Decimal 29 55 236
Hex 1D 37 EC

RGB Percentages of Color #1d37ec

%9.06
%17.19
%73.75

CMYK Percentages of Color #1d37ec

%88
%77
%0
%7

Triadic Colors of #1d37ec

#1d37ec #ec1d37 #37ec1d

Analogous Colors of #1d37ec

#1d37ec #6b1dec #1d9fec

Monochromatic Colors of #1d37ec

#1d37ec

Complementary Color

#1d37ec #ecd21d

#1d37ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d37ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d37ec Color CSS Codes

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

#1d37ec Text Font Color

<p style="color:#1d37ec">Text here</p>

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


#1d37ec Background Color

<div style="background-color:#1d37ec">
Div content here</div>

This div background color is #1d37ec


#1d37ec Border Color

<div style="border:3px solid #1d37ec">
Div here</div>

This div border color is #1d37ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,55,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d37ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d37ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1d37ec;
  box-shadow:         1px 1px 3px 2px #1d37ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d37ec


Comments

No comments written yet.

Please login to write comment.