Color Hex Logo

#133cdc Color Hex

#133CDC
(19,60,220)
0 Favorites   0 Comments

Color spaces of #133cdc

RGB 1960220
HSL0.630.840.47
HSV228°91°86°
CMYK 0.910.730.00   0.14
XYZ14.80278.537568.5779
Yxy8.53750.16100.0929
Hunter Lab29.219039.2970-118.7022
CIE-Lab35.078148.8472-83.3713

#133cdc color RGB value is (19,60,220).

#133cdc hex color red value is 19, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #133cdc hue: 0.63 , saturation: 0.84 and the lightness value of 133cdc is 0.47.

The process color (four color CMYK) of #133cdc color hex is 0.91, 0.73, 0.00, 0.14. Web safe color of #133cdc is #0033cc. Color #133cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111100 11011100
Octal 23 74 334
Decimal 19 60 220
Hex 13 3C DC

RGB Percentages of Color #133cdc

%6.35
%20.07
%73.58

CMYK Percentages of Color #133cdc

%91
%73
%0
%14

Triadic Colors of #133cdc

#133cdc #dc133c #3cdc13

Analogous Colors of #133cdc

#133cdc #4f13dc #13a1dc

Monochromatic Colors of #133cdc

#133cdc

Complementary Color

#133cdc #dcb313

#133cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133cdc Color CSS Codes

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

#133cdc Text Font Color

<p style="color:#133cdc">Text here</p>

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


#133cdc Background Color

<div style="background-color:#133cdc">
Div content here</div>

This div background color is #133cdc


#133cdc Border Color

<div style="border:3px solid #133cdc">
Div here</div>

This div border color is #133cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,60,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #133cdc;
  box-shadow:         1px 1px 3px 2px #133cdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133cdc


Comments

No comments written yet.

Please login to write comment.