Color Hex Logo

#1b3cdd Color Hex

#1B3CDD
(27,60,221)
0 Favorites   0 Comments

Color spaces of #1b3cdd

RGB 2760221
HSL0.640.780.49
HSV230°88°87°
CMYK 0.880.730.00   0.13
XYZ15.11908.685269.2862
Yxy8.68520.16240.0933
Hunter Lab29.470740.0002-118.7627
CIE-Lab35.371049.4874-83.4546

#1b3cdd color RGB value is (27,60,221).

#1b3cdd hex color red value is 27, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1b3cdd hue: 0.64 , saturation: 0.78 and the lightness value of 1b3cdd is 0.49.

The process color (four color CMYK) of #1b3cdd color hex is 0.88, 0.73, 0.00, 0.13. Web safe color of #1b3cdd is #3333cc. Color #1b3cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00111100 11011101
Octal 33 74 335
Decimal 27 60 221
Hex 1B 3C DD

RGB Percentages of Color #1b3cdd

%8.77
%19.48
%71.75

CMYK Percentages of Color #1b3cdd

%88
%73
%0
%13

Triadic Colors of #1b3cdd

#1b3cdd #dd1b3c #3cdd1b

Analogous Colors of #1b3cdd

#1b3cdd #5b1bdd #1b9ddd

Monochromatic Colors of #1b3cdd

#1b3cdd

Complementary Color

#1b3cdd #ddbc1b

#1b3cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b3cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b3cdd Color CSS Codes

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

#1b3cdd Text Font Color

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

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


#1b3cdd Background Color

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

This div background color is #1b3cdd


#1b3cdd Border Color

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

This div border color is #1b3cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,60,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 #1b3cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b3cdd


Comments

No comments written yet.

Please login to write comment.