Color Hex Logo

#273caf Color Hex

#273CAF
(39,60,175)
0 Favorites   0 Comments

Color spaces of #273caf

RGB 3960175
HSL0.640.640.42
HSV231°78°69°
CMYK 0.780.660.00   0.31
XYZ10.19046.758241.3248
Yxy6.75820.17490.1160
Hunter Lab25.996524.4764-76.0514
CIE-Lab31.250033.8676-63.3384

#273caf color RGB value is (39,60,175).

#273caf hex color red value is 39, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #273caf hue: 0.64 , saturation: 0.64 and the lightness value of 273caf is 0.42.

The process color (four color CMYK) of #273caf color hex is 0.78, 0.66, 0.00, 0.31. Web safe color of #273caf is #333399. Color #273caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00111100 10101111
Octal 47 74 257
Decimal 39 60 175
Hex 27 3C AF

RGB Percentages of Color #273caf

%14.23
%21.90
%63.87

CMYK Percentages of Color #273caf

%78
%66
%0
%31

Triadic Colors of #273caf

#273caf #af273c #3caf27

Analogous Colors of #273caf

#273caf #5627af #2780af

Monochromatic Colors of #273caf

#273caf

Complementary Color

#273caf #af9a27

#273caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#273caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#273caf Color CSS Codes

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

#273caf Text Font Color

<p style="color:#273caf">Text here</p>

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


#273caf Background Color

<div style="background-color:#273caf">
Div content here</div>

This div background color is #273caf


#273caf Border Color

<div style="border:3px solid #273caf">
Div here</div>

This div border color is #273caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,60,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #273caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #273caf;
  -webkit-box-shadow: 1px 1px 3px 2px #273caf;
  box-shadow:         1px 1px 3px 2px #273caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #273caf


Comments

No comments written yet.

Please login to write comment.