Color Hex Logo

#2379dc Color Hex

#2379DC
(35,121,220)
0 Favorites   0 Comments

Color spaces of #2379dc

RGB 35121220
HSL0.590.730.50
HSV212°84°86°
CMYK 0.840.450.00   0.14
XYZ20.448819.199470.3382
Yxy19.19940.18590.1746
Hunter Lab43.81716.6233-64.5043
CIE-Lab50.919711.1563-57.5128

#2379dc color RGB value is (35,121,220).

#2379dc hex color red value is 35, green value is 121 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2379dc hue: 0.59 , saturation: 0.73 and the lightness value of 2379dc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111001 11011100
Octal 43 171 334
Decimal 35 121 220
Hex 23 79 DC

RGB Percentages of Color #2379dc

%9.31
%32.18
%58.51

CMYK Percentages of Color #2379dc

%84
%45
%0
%14

Triadic Colors of #2379dc

#2379dc #dc2379 #79dc23

Analogous Colors of #2379dc

#2379dc #2a23dc #23d6dc

Monochromatic Colors of #2379dc

#2379dc

Complementary Color

#2379dc #dc8623

#2379dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2379dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2379dc Color CSS Codes

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

#2379dc Text Font Color

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

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


#2379dc Background Color

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

This div background color is #2379dc


#2379dc Border Color

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

This div border color is #2379dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,121,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 #2379dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2379dc


Comments

No comments written yet.

Please login to write comment.