Color Hex Logo

#135dde Color Hex

#135DDE
(19,93,222)
0 Favorites   0 Comments

Color spaces of #135dde

RGB 1993222
HSL0.610.840.47
HSV218°91°87°
CMYK 0.910.580.00   0.13
XYZ17.367713.241170.7476
Yxy13.24110.17140.1306
Hunter Lab36.388321.5163-89.8021
CIE-Lab43.124328.8835-71.2879

#135dde color RGB value is (19,93,222).

#135dde hex color red value is 19, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #135dde hue: 0.61 , saturation: 0.84 and the lightness value of 135dde is 0.47.

The process color (four color CMYK) of #135dde color hex is 0.91, 0.58, 0.00, 0.13. Web safe color of #135dde is #0066cc. Color #135dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 11011110
Octal 23 135 336
Decimal 19 93 222
Hex 13 5D DE

RGB Percentages of Color #135dde

%5.69
%27.84
%66.47

CMYK Percentages of Color #135dde

%91
%58
%0
%13

Triadic Colors of #135dde

#135dde #de135d #5dde13

Analogous Colors of #135dde

#135dde #2e13de #13c3de

Monochromatic Colors of #135dde

#135dde

Complementary Color

#135dde #de9413

#135dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#135dde Color CSS Codes

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

#135dde Text Font Color

<p style="color:#135dde">Text here</p>

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


#135dde Background Color

<div style="background-color:#135dde">
Div content here</div>

This div background color is #135dde


#135dde Border Color

<div style="border:3px solid #135dde">
Div here</div>

This div border color is #135dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,93,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135dde;
  -webkit-box-shadow: 1px 1px 3px 2px #135dde;
  box-shadow:         1px 1px 3px 2px #135dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,93,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135dde


Comments

No comments written yet.

Please login to write comment.