Color Hex Logo

#1c3aeb Color Hex

#1C3AEB
(28,58,235)
0 Favorites   0 Comments

Color spaces of #1c3aeb

RGB 2858235
HSL0.640.840.52
HSV231°88°92°
CMYK 0.880.750.00   0.08
XYZ16.98739.271179.4914
Yxy9.27110.16060.0877
Hunter Lab30.448546.3008-133.4736
CIE-Lab36.501155.3450-89.5683

#1c3aeb color RGB value is (28,58,235).

#1c3aeb hex color red value is 28, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1c3aeb hue: 0.64 , saturation: 0.84 and the lightness value of 1c3aeb is 0.52.

The process color (four color CMYK) of #1c3aeb color hex is 0.88, 0.75, 0.00, 0.08. Web safe color of #1c3aeb is #3333ff. Color #1c3aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00111010 11101011
Octal 34 72 353
Decimal 28 58 235
Hex 1C 3A EB

RGB Percentages of Color #1c3aeb

%8.72
%18.07
%73.21

CMYK Percentages of Color #1c3aeb

%88
%75
%0
%8

Triadic Colors of #1c3aeb

#1c3aeb #eb1c3a #3aeb1c

Analogous Colors of #1c3aeb

#1c3aeb #661ceb #1ca2eb

Monochromatic Colors of #1c3aeb

#1c3aeb

Complementary Color

#1c3aeb #ebcd1c

#1c3aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c3aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c3aeb Color CSS Codes

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

#1c3aeb Text Font Color

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

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


#1c3aeb Background Color

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

This div background color is #1c3aeb


#1c3aeb Border Color

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

This div border color is #1c3aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c3aeb


Comments

No comments written yet.

Please login to write comment.