Color Hex Logo

#1c0ccf Color Hex

#1C0CCF
(28,12,207)
0 Favorites   0 Comments

Color spaces of #1c0ccf

RGB 2812207
HSL0.680.890.43
HSV245°94°81°
CMYK 0.860.940.00   0.19
XYZ11.87285.014859.3737
Yxy5.01480.15570.0658
Hunter Lab22.393755.4487-141.5230
CIE-Lab26.776965.5602-89.6427

#1c0ccf color RGB value is (28,12,207).

#1c0ccf hex color red value is 28, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1c0ccf hue: 0.68 , saturation: 0.89 and the lightness value of 1c0ccf is 0.43.

The process color (four color CMYK) of #1c0ccf color hex is 0.86, 0.94, 0.00, 0.19. Web safe color of #1c0ccf is #3300cc. Color #1c0ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00001100 11001111
Octal 34 14 317
Decimal 28 12 207
Hex 1C C CF

RGB Percentages of Color #1c0ccf

%11.34
%4.86
%83.81

CMYK Percentages of Color #1c0ccf

%86
%94
%0
%19

Triadic Colors of #1c0ccf

#1c0ccf #cf1c0c #0ccf1c

Analogous Colors of #1c0ccf

#1c0ccf #7e0ccf #0c5ecf

Monochromatic Colors of #1c0ccf

#1c0ccf

Complementary Color

#1c0ccf #bfcf0c

#1c0ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c0ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c0ccf Color CSS Codes

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

#1c0ccf Text Font Color

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

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


#1c0ccf Background Color

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

This div background color is #1c0ccf


#1c0ccf Border Color

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

This div border color is #1c0ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c0ccf


Comments

No comments written yet.

Please login to write comment.