Color Hex Logo

#2663dc Color Hex

#2663DC
(38,99,220)
0 Favorites   0 Comments

Color spaces of #2663dc

RGB 3899220
HSL0.610.720.51
HSV220°83°86°
CMYK 0.830.550.00   0.14
XYZ18.179414.503169.5514
Yxy14.50310.17780.1419
Hunter Lab38.082918.5642-81.6241
CIE-Lab44.946025.3845-67.1652

#2663dc color RGB value is (38,99,220).

#2663dc hex color red value is 38, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2663dc hue: 0.61 , saturation: 0.72 and the lightness value of 2663dc is 0.51.

The process color (four color CMYK) of #2663dc color hex is 0.83, 0.55, 0.00, 0.14. Web safe color of #2663dc is #3366cc. Color #2663dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01100011 11011100
Octal 46 143 334
Decimal 38 99 220
Hex 26 63 DC

RGB Percentages of Color #2663dc

%10.64
%27.73
%61.62

CMYK Percentages of Color #2663dc

%83
%55
%0
%14

Triadic Colors of #2663dc

#2663dc #dc2663 #63dc26

Analogous Colors of #2663dc

#2663dc #4426dc #26bedc

Monochromatic Colors of #2663dc

#2663dc

Complementary Color

#2663dc #dc9f26

#2663dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2663dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2663dc Color CSS Codes

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

#2663dc Text Font Color

<p style="color:#2663dc">Text here</p>

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


#2663dc Background Color

<div style="background-color:#2663dc">
Div content here</div>

This div background color is #2663dc


#2663dc Border Color

<div style="border:3px solid #2663dc">
Div here</div>

This div border color is #2663dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,99,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2663dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2663dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2663dc;
  box-shadow:         1px 1px 3px 2px #2663dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2663dc


Comments

No comments written yet.

Please login to write comment.