Color Hex Logo

#1c30bc Color Hex

#1C30BC
(28,48,188)
0 Favorites   0 Comments

Color spaces of #1c30bc

RGB 2848188
HSL0.650.740.42
HSV233°85°74°
CMYK 0.850.740.00   0.26
XYZ10.61295.991648.1741
Yxy5.99160.16380.0925
Hunter Lab24.477734.5568-99.5529
CIE-Lab29.391345.1177-74.1379

#1c30bc color RGB value is (28,48,188).

#1c30bc hex color red value is 28, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1c30bc hue: 0.65 , saturation: 0.74 and the lightness value of 1c30bc is 0.42.

The process color (four color CMYK) of #1c30bc color hex is 0.85, 0.74, 0.00, 0.26. Web safe color of #1c30bc is #3333cc. Color #1c30bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110000 10111100
Octal 34 60 274
Decimal 28 48 188
Hex 1C 30 BC

RGB Percentages of Color #1c30bc

%10.61
%18.18
%71.21

CMYK Percentages of Color #1c30bc

%85
%74
%0
%26

Triadic Colors of #1c30bc

#1c30bc #bc1c30 #30bc1c

Analogous Colors of #1c30bc

#1c30bc #581cbc #1c80bc

Monochromatic Colors of #1c30bc

#1c30bc

Complementary Color

#1c30bc #bca81c

#1c30bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c30bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c30bc Color CSS Codes

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

#1c30bc Text Font Color

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

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


#1c30bc Background Color

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

This div background color is #1c30bc


#1c30bc Border Color

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

This div border color is #1c30bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c30bc


Comments

No comments written yet.

Please login to write comment.