Color Hex Logo

#1760ce Color Hex

#1760CE
(23,96,206)
0 Favorites   0 Comments

Color spaces of #1760ce

RGB 2396206
HSL0.600.800.45
HSV216°89°81°
CMYK 0.890.530.00   0.19
XYZ15.676813.004160.0763
Yxy13.00410.17660.1465
Hunter Lab36.061214.4918-73.5316
CIE-Lab42.769420.8891-62.7114

#1760ce color RGB value is (23,96,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01100000 11001110
Octal 27 140 316
Decimal 23 96 206
Hex 17 60 CE

RGB Percentages of Color #1760ce

%7.08
%29.54
%63.38

CMYK Percentages of Color #1760ce

%89
%53
%0
%19

Triadic Colors of #1760ce

#1760ce #ce1760 #60ce17

Analogous Colors of #1760ce

#1760ce #2917ce #17bcce

Monochromatic Colors of #1760ce

#1760ce

Complementary Color

#1760ce #ce8517

#1760ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1760ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1760ce Color CSS Codes

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

#1760ce Text Font Color

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

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


#1760ce Background Color

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

This div background color is #1760ce


#1760ce Border Color

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

This div border color is #1760ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,96,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 #1760ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1760ce


Comments

No comments written yet.

Please login to write comment.