Color Hex Logo

#2671dd Color Hex

#2671DD
(38,113,221)
0 Favorites   0 Comments

Color spaces of #2671dd

RGB 38113221
HSL0.600.730.51
HSV215°83°87°
CMYK 0.830.490.00   0.13
XYZ19.755617.442870.7322
Yxy17.44280.18300.1616
Hunter Lab41.764611.3466-71.1779
CIE-Lab48.813216.8116-61.4669

#2671dd color RGB value is (38,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110001 11011101
Octal 46 161 335
Decimal 38 113 221
Hex 26 71 DD

RGB Percentages of Color #2671dd

%10.22
%30.38
%59.41

CMYK Percentages of Color #2671dd

%83
%49
%0
%13

Triadic Colors of #2671dd

#2671dd #dd2671 #71dd26

Analogous Colors of #2671dd

#2671dd #3626dd #26cddd

Monochromatic Colors of #2671dd

#2671dd

Complementary Color

#2671dd #dd9226

#2671dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2671dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2671dd Color CSS Codes

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

#2671dd Text Font Color

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

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


#2671dd Background Color

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

This div background color is #2671dd


#2671dd Border Color

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

This div border color is #2671dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,113,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 #2671dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2671dd


Comments

No comments written yet.

Please login to write comment.