Color Hex Logo

#2755cc Color Hex

#2755CC
(39,85,204)
0 Favorites   0 Comments

Color spaces of #2755cc

RGB 3985204
HSL0.620.680.48
HSV223°81°80°
CMYK 0.810.580.00   0.20
XYZ14.984311.288058.5158
Yxy11.28800.17670.1331
Hunter Lab33.597620.8139-79.7450
CIE-Lab40.061428.4633-65.9476

#2755cc color RGB value is (39,85,204).

#2755cc hex color red value is 39, green value is 85 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2755cc hue: 0.62 , saturation: 0.68 and the lightness value of 2755cc is 0.48.

The process color (four color CMYK) of #2755cc color hex is 0.81, 0.58, 0.00, 0.20. Web safe color of #2755cc is #3366cc. Color #2755cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01010101 11001100
Octal 47 125 314
Decimal 39 85 204
Hex 27 55 CC

RGB Percentages of Color #2755cc

%11.89
%25.91
%62.20

CMYK Percentages of Color #2755cc

%81
%58
%0
%20

Triadic Colors of #2755cc

#2755cc #cc2755 #55cc27

Analogous Colors of #2755cc

#2755cc #4c27cc #27a8cc

Monochromatic Colors of #2755cc

#2755cc

Complementary Color

#2755cc #cc9e27

#2755cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2755cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2755cc Color CSS Codes

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

#2755cc Text Font Color

<p style="color:#2755cc">Text here</p>

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


#2755cc Background Color

<div style="background-color:#2755cc">
Div content here</div>

This div background color is #2755cc


#2755cc Border Color

<div style="border:3px solid #2755cc">
Div here</div>

This div border color is #2755cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,85,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2755cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2755cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2755cc;
  box-shadow:         1px 1px 3px 2px #2755cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,85,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2755cc


Comments

No comments written yet.

Please login to write comment.