Color Hex Logo

#1963ce Color Hex

#1963CE
(25,99,206)
0 Favorites   0 Comments

Color spaces of #1963ce

RGB 2599206
HSL0.600.780.45
HSV215°88°81°
CMYK 0.880.520.00   0.19
XYZ16.003313.586660.1715
Yxy13.58660.17830.1514
Hunter Lab36.860012.9933-70.9850
CIE-Lab43.634119.0525-61.3071

#1963ce color RGB value is (25,99,206).

#1963ce hex color red value is 25, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1963ce hue: 0.60 , saturation: 0.78 and the lightness value of 1963ce is 0.45.

The process color (four color CMYK) of #1963ce color hex is 0.88, 0.52, 0.00, 0.19. Web safe color of #1963ce is #0066cc. Color #1963ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 11001110
Octal 31 143 316
Decimal 25 99 206
Hex 19 63 CE

RGB Percentages of Color #1963ce

%7.58
%30.00
%62.42

CMYK Percentages of Color #1963ce

%88
%52
%0
%19

Triadic Colors of #1963ce

#1963ce #ce1963 #63ce19

Analogous Colors of #1963ce

#1963ce #2a19ce #19bece

Monochromatic Colors of #1963ce

#1963ce

Complementary Color

#1963ce #ce8419

#1963ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1963ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1963ce Color CSS Codes

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

#1963ce Text Font Color

<p style="color:#1963ce">Text here</p>

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


#1963ce Background Color

<div style="background-color:#1963ce">
Div content here</div>

This div background color is #1963ce


#1963ce Border Color

<div style="border:3px solid #1963ce">
Div here</div>

This div border color is #1963ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,99,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1963ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1963ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1963ce;
  box-shadow:         1px 1px 3px 2px #1963ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,99,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1963ce


Comments

No comments written yet.

Please login to write comment.