Color Hex Logo

#1863ec Color Hex

#1863EC
(24,99,236)
0 Favorites   0 Comments

Color spaces of #1863ec

RGB 2499236
HSL0.610.850.51
HSV219°90°93°
CMYK 0.900.580.00   0.07
XYZ19.978915.174081.2328
Yxy15.17400.17170.1304
Hunter Lab38.953823.3811-96.3734
CIE-Lab45.871630.6026-74.7178

#1863ec color RGB value is (24,99,236).

#1863ec hex color red value is 24, green value is 99 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1863ec hue: 0.61 , saturation: 0.85 and the lightness value of 1863ec is 0.51.

The process color (four color CMYK) of #1863ec color hex is 0.90, 0.58, 0.00, 0.07. Web safe color of #1863ec is #0066ff. Color #1863ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01100011 11101100
Octal 30 143 354
Decimal 24 99 236
Hex 18 63 EC

RGB Percentages of Color #1863ec

%6.69
%27.58
%65.74

CMYK Percentages of Color #1863ec

%90
%58
%0
%7

Triadic Colors of #1863ec

#1863ec #ec1863 #63ec18

Analogous Colors of #1863ec

#1863ec #3718ec #18cdec

Monochromatic Colors of #1863ec

#1863ec

Complementary Color

#1863ec #eca118

#1863ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1863ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1863ec Color CSS Codes

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

#1863ec Text Font Color

<p style="color:#1863ec">Text here</p>

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


#1863ec Background Color

<div style="background-color:#1863ec">
Div content here</div>

This div background color is #1863ec


#1863ec Border Color

<div style="border:3px solid #1863ec">
Div here</div>

This div border color is #1863ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,99,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1863ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1863ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1863ec;
  box-shadow:         1px 1px 3px 2px #1863ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1863ec


Comments

No comments written yet.

Please login to write comment.