Color Hex Logo

#271baf Color Hex

#271BAF
(39,27,175)
0 Favorites   0 Comments

Color spaces of #271baf

RGB 3927175
HSL0.680.730.40
HSV245°85°69°
CMYK 0.780.850.00   0.31
XYZ8.96654.310340.9168
Yxy4.31030.16550.0795
Hunter Lab20.761340.7595-102.3173
CIE-Lab24.671852.3039-74.2019

#271baf color RGB value is (39,27,175).

#271baf hex color red value is 39, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #271baf hue: 0.68 , saturation: 0.73 and the lightness value of 271baf is 0.40.

The process color (four color CMYK) of #271baf color hex is 0.78, 0.85, 0.00, 0.31. Web safe color of #271baf is #333399. Color #271baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00011011 10101111
Octal 47 33 257
Decimal 39 27 175
Hex 27 1B AF

RGB Percentages of Color #271baf

%16.18
%11.20
%72.61

CMYK Percentages of Color #271baf

%78
%85
%0
%31

Triadic Colors of #271baf

#271baf #af271b #1baf27

Analogous Colors of #271baf

#271baf #711baf #1b59af

Monochromatic Colors of #271baf

#271baf

Complementary Color

#271baf #a3af1b

#271baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#271baf Color CSS Codes

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

#271baf Text Font Color

<p style="color:#271baf">Text here</p>

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


#271baf Background Color

<div style="background-color:#271baf">
Div content here</div>

This div background color is #271baf


#271baf Border Color

<div style="border:3px solid #271baf">
Div here</div>

This div border color is #271baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,27,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 #271baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271baf


Comments

No comments written yet.

Please login to write comment.