Color Hex Logo

#271efd Color Hex

#271EFD
(39,30,253)
0 Favorites   0 Comments

Color spaces of #271efd

RGB 3930253
HSL0.670.980.55
HSV242°88°99°
CMYK 0.850.880.00   0.01
XYZ19.03068.451793.5568
Yxy8.45170.15720.0698
Hunter Lab29.071865.9716-170.4525
CIE-Lab34.906473.0861-102.3681

#271efd color RGB value is (39,30,253).

#271efd hex color red value is 39, green value is 30 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #271efd hue: 0.67 , saturation: 0.98 and the lightness value of 271efd is 0.55.

The process color (four color CMYK) of #271efd color hex is 0.85, 0.88, 0.00, 0.01. Web safe color of #271efd is #3333ff. Color #271efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00011110 11111101
Octal 47 36 375
Decimal 39 30 253
Hex 27 1E FD

RGB Percentages of Color #271efd

%12.11
%9.32
%78.57

CMYK Percentages of Color #271efd

%85
%88
%0
%1

Triadic Colors of #271efd

#271efd #fd271e #1efd27

Analogous Colors of #271efd

#271efd #971efd #1e85fd

Monochromatic Colors of #271efd

#271efd

Complementary Color

#271efd #f4fd1e

#271efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#271efd Color CSS Codes

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

#271efd Text Font Color

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

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


#271efd Background Color

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

This div background color is #271efd


#271efd Border Color

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

This div border color is #271efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271efd

Related Colors


Comments

No comments written yet.

Please login to write comment.