Color Hex Logo

#1752eb Color Hex

#1752EB
(23,82,235)
0 Favorites   0 Comments

Color spaces of #1752eb

RGB 2382235
HSL0.620.840.51
HSV223°90°92°
CMYK 0.900.650.00   0.08
XYZ18.366012.214979.9870
Yxy12.21490.16610.1105
Hunter Lab34.949832.6389-111.2276
CIE-Lab41.555640.9802-81.2270

#1752eb color RGB value is (23,82,235).

#1752eb hex color red value is 23, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1752eb hue: 0.62 , saturation: 0.84 and the lightness value of 1752eb is 0.51.

The process color (four color CMYK) of #1752eb color hex is 0.90, 0.65, 0.00, 0.08. Web safe color of #1752eb is #0066ff. Color #1752eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010010 11101011
Octal 27 122 353
Decimal 23 82 235
Hex 17 52 EB

RGB Percentages of Color #1752eb

%6.76
%24.12
%69.12

CMYK Percentages of Color #1752eb

%90
%65
%0
%8

Triadic Colors of #1752eb

#1752eb #eb1752 #52eb17

Analogous Colors of #1752eb

#1752eb #4617eb #17bceb

Monochromatic Colors of #1752eb

#1752eb

Complementary Color

#1752eb #ebb017

#1752eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1752eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1752eb Color CSS Codes

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

#1752eb Text Font Color

<p style="color:#1752eb">Text here</p>

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


#1752eb Background Color

<div style="background-color:#1752eb">
Div content here</div>

This div background color is #1752eb


#1752eb Border Color

<div style="border:3px solid #1752eb">
Div here</div>

This div border color is #1752eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,82,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1752eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1752eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1752eb;
  box-shadow:         1px 1px 3px 2px #1752eb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1752eb


Comments

No comments written yet.

Please login to write comment.