color codes Logo

#1d52dd color codes

#1D52DD
(29,82,221)
0 Favorites   0 Comments

Color spaces of #1d52dd

RGB 2982221
HSL0.620.770.49
HSV223°87°87°
CMYK 0.870.630.00   0.13
XYZ16.575111.516369.7559
Yxy11.51630.16940.1177
Hunter Lab33.935727.7968-98.1176
CIE-Lab40.436836.0841-75.1083

#1d52dd color RGB value is (29,82,221).

#1d52dd hex color red value is 29, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1d52dd hue: 0.62 , saturation: 0.77 and the lightness value of 1d52dd is 0.49.

The process color (four color CMYK) of #1d52dd color code is 0.87, 0.63, 0.00, 0.13. Web safe color of #1d52dd is #3366cc. Color #1d52dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010010 11011101
Octal 35 122 335
Decimal 29 82 221
Hex 1D 52 DD

RGB Percentages of Color #1d52dd

%8.73
%24.70
%66.57

CMYK Percentages of Color #1d52dd

%87
%63
%0
%13

Triadic Colors of #1d52dd

#1d52dd #dd1d52 #52dd1d

Analogous Colors of #1d52dd

#1d52dd #481ddd #1db2dd

Monochromatic Colors of #1d52dd

#1d52dd

Complementary Color

#1d52dd #dda81d

#1d52dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d52dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d52dd Color CSS Codes

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

#1d52dd Text Font Color

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

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


#1d52dd Background Color

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

This div background color is #1d52dd


#1d52dd Border Color

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

This div border color is #1d52dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d52dd


Comments

No comments written yet.

Please login to write comment.