Color Hex Logo

#1435dd Color Hex

#1435DD
(20,53,221)
0 Favorites   0 Comments

Color spaces of #1435dd

RGB 2053221
HSL0.640.830.47
HSV230°91°87°
CMYK 0.910.760.00   0.13
XYZ14.61277.915469.1643
Yxy7.91540.15940.0863
Hunter Lab28.134343.4762-126.0622
CIE-Lab33.806153.1742-86.0518

#1435dd color RGB value is (20,53,221).

#1435dd hex color red value is 20, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1435dd hue: 0.64 , saturation: 0.83 and the lightness value of 1435dd is 0.47.

The process color (four color CMYK) of #1435dd color hex is 0.91, 0.76, 0.00, 0.13. Web safe color of #1435dd is #0033cc. Color #1435dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 11011101
Octal 24 65 335
Decimal 20 53 221
Hex 14 35 DD

RGB Percentages of Color #1435dd

%6.80
%18.03
%75.17

CMYK Percentages of Color #1435dd

%91
%76
%0
%13

Triadic Colors of #1435dd

#1435dd #dd1435 #35dd14

Analogous Colors of #1435dd

#1435dd #5714dd #149add

Monochromatic Colors of #1435dd

#1435dd

Complementary Color

#1435dd #ddbc14

#1435dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1435dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1435dd Color CSS Codes

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

#1435dd Text Font Color

<p style="color:#1435dd">Text here</p>

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


#1435dd Background Color

<div style="background-color:#1435dd">
Div content here</div>

This div background color is #1435dd


#1435dd Border Color

<div style="border:3px solid #1435dd">
Div here</div>

This div border color is #1435dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,53,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1435dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1435dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1435dd;
  box-shadow:         1px 1px 3px 2px #1435dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,53,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 #1435dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1435dd


Comments

No comments written yet.

Please login to write comment.