Color Hex Logo

#135ddd Color Hex

#135DDD
(19,93,221)
0 Favorites   0 Comments

Color spaces of #135ddd

RGB 1993221
HSL0.610.840.47
HSV218°91°87°
CMYK 0.910.580.00   0.13
XYZ17.234113.187670.0437
Yxy13.18760.17150.1313
Hunter Lab36.314721.1610-88.9380
CIE-Lab43.044628.4978-70.8489

#135ddd color RGB value is (19,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 11011101
Octal 23 135 335
Decimal 19 93 221
Hex 13 5D DD

RGB Percentages of Color #135ddd

%5.71
%27.93
%66.37

CMYK Percentages of Color #135ddd

%91
%58
%0
%13

Triadic Colors of #135ddd

#135ddd #dd135d #5ddd13

Analogous Colors of #135ddd

#135ddd #2e13dd #13c2dd

Monochromatic Colors of #135ddd

#135ddd

Complementary Color

#135ddd #dd9313

#135ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#135ddd Color CSS Codes

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

#135ddd Text Font Color

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

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


#135ddd Background Color

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

This div background color is #135ddd


#135ddd Border Color

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

This div border color is #135ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,93,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 #135ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135ddd


Comments

No comments written yet.

Please login to write comment.