Color Hex Logo

#2647dd Color Hex

#2647DD
(38,71,221)
0 Favorites   0 Comments

Color spaces of #2647dd

RGB 3871221
HSL0.640.730.51
HSV229°83°87°
CMYK 0.830.680.00   0.13
XYZ16.103710.139069.5149
Yxy10.13900.16820.1059
Hunter Lab31.841834.5516-107.1487
CIE-Lab38.090843.5225-78.9544

#2647dd color RGB value is (38,71,221).

#2647dd hex color red value is 38, green value is 71 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2647dd hue: 0.64 , saturation: 0.73 and the lightness value of 2647dd is 0.51.

The process color (four color CMYK) of #2647dd color hex is 0.83, 0.68, 0.00, 0.13. Web safe color of #2647dd is #3333cc. Color #2647dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01000111 11011101
Octal 46 107 335
Decimal 38 71 221
Hex 26 47 DD

RGB Percentages of Color #2647dd

%11.52
%21.52
%66.97

CMYK Percentages of Color #2647dd

%83
%68
%0
%13

Triadic Colors of #2647dd

#2647dd #dd2647 #47dd26

Analogous Colors of #2647dd

#2647dd #6026dd #26a3dd

Monochromatic Colors of #2647dd

#2647dd

Complementary Color

#2647dd #ddbc26

#2647dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2647dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2647dd Color CSS Codes

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

#2647dd Text Font Color

<p style="color:#2647dd">Text here</p>

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


#2647dd Background Color

<div style="background-color:#2647dd">
Div content here</div>

This div background color is #2647dd


#2647dd Border Color

<div style="border:3px solid #2647dd">
Div here</div>

This div border color is #2647dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,71,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2647dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2647dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2647dd;
  box-shadow:         1px 1px 3px 2px #2647dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2647dd


Comments

No comments written yet.

Please login to write comment.