Color Hex Logo

#2677ca Color Hex

#2677CA
(38,119,202)
0 Favorites   0 Comments

Color spaces of #2677ca

RGB 38119202
HSL0.580.680.47
HSV210°81°79°
CMYK 0.810.410.00   0.21
XYZ18.056817.870058.3747
Yxy17.87000.19150.1895
Hunter Lab42.27292.2683-52.2825
CIE-Lab49.33815.8040-49.8226

#2677ca color RGB value is (38,119,202).

#2677ca hex color red value is 38, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2677ca hue: 0.58 , saturation: 0.68 and the lightness value of 2677ca is 0.47.

The process color (four color CMYK) of #2677ca color hex is 0.81, 0.41, 0.00, 0.21. Web safe color of #2677ca is #3366cc. Color #2677ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110111 11001010
Octal 46 167 312
Decimal 38 119 202
Hex 26 77 CA

RGB Percentages of Color #2677ca

%10.58
%33.15
%56.27

CMYK Percentages of Color #2677ca

%81
%41
%0
%21

Triadic Colors of #2677ca

#2677ca #ca2677 #77ca26

Analogous Colors of #2677ca

#2677ca #2726ca #26c9ca

Monochromatic Colors of #2677ca

#2677ca

Complementary Color

#2677ca #ca7926

#2677ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2677ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2677ca Color CSS Codes

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

#2677ca Text Font Color

<p style="color:#2677ca">Text here</p>

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


#2677ca Background Color

<div style="background-color:#2677ca">
Div content here</div>

This div background color is #2677ca


#2677ca Border Color

<div style="border:3px solid #2677ca">
Div here</div>

This div border color is #2677ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,119,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2677ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2677ca;
  -webkit-box-shadow: 1px 1px 3px 2px #2677ca;
  box-shadow:         1px 1px 3px 2px #2677ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2677ca


Comments

No comments written yet.

Please login to write comment.