Color Hex Logo

#1c27da Color Hex

#1C27DA
(28,39,218)
0 Favorites   0 Comments

Color spaces of #1c27da

RGB 2839218
HSL0.660.770.48
HSV237°87°85°
CMYK 0.870.820.00   0.15
XYZ13.85936.759966.9040
Yxy6.75990.15840.0772
Hunter Lab25.999849.6505-134.3681
CIE-Lab31.253959.4900-88.5584

#1c27da color RGB value is (28,39,218).

#1c27da hex color red value is 28, green value is 39 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1c27da hue: 0.66 , saturation: 0.77 and the lightness value of 1c27da is 0.48.

The process color (four color CMYK) of #1c27da color hex is 0.87, 0.82, 0.00, 0.15. Web safe color of #1c27da is #3333cc. Color #1c27da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00100111 11011010
Octal 34 47 332
Decimal 28 39 218
Hex 1C 27 DA

RGB Percentages of Color #1c27da

%9.82
%13.68
%76.49

CMYK Percentages of Color #1c27da

%87
%82
%0
%15

Triadic Colors of #1c27da

#1c27da #da1c27 #27da1c

Analogous Colors of #1c27da

#1c27da #701cda #1c86da

Monochromatic Colors of #1c27da

#1c27da

Complementary Color

#1c27da #dacf1c

#1c27da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c27da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c27da Color CSS Codes

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

#1c27da Text Font Color

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

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


#1c27da Background Color

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

This div background color is #1c27da


#1c27da Border Color

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

This div border color is #1c27da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,39,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c27da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c27da;
  -webkit-box-shadow: 1px 1px 3px 2px #1c27da;
  box-shadow:         1px 1px 3px 2px #1c27da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,39,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c27da


Comments

No comments written yet.

Please login to write comment.