Color Hex Logo

#272efc Color Hex

#272EFC
(39,46,252)
0 Favorites   0 Comments

Color spaces of #272efc

RGB 3946252
HSL0.660.970.57
HSV238°85°99°
CMYK 0.850.820.00   0.01
XYZ19.38449.413692.8908
Yxy9.41360.15930.0774
Hunter Lab30.681659.0822-158.0278
CIE-Lab36.768766.8606-98.7050

#272efc color RGB value is (39,46,252).

#272efc hex color red value is 39, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #272efc hue: 0.66 , saturation: 0.97 and the lightness value of 272efc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101110 11111100
Octal 47 56 374
Decimal 39 46 252
Hex 27 2E FC

RGB Percentages of Color #272efc

%11.57
%13.65
%74.78

CMYK Percentages of Color #272efc

%85
%82
%0
%1

Triadic Colors of #272efc

#272efc #fc272e #2efc27

Analogous Colors of #272efc

#272efc #8b27fc #2799fc

Monochromatic Colors of #272efc

#272efc

Complementary Color

#272efc #fcf527

#272efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#272efc Color CSS Codes

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

#272efc Text Font Color

<p style="color:#272efc">Text here</p>

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


#272efc Background Color

<div style="background-color:#272efc">
Div content here</div>

This div background color is #272efc


#272efc Border Color

<div style="border:3px solid #272efc">
Div here</div>

This div border color is #272efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,46,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272efc;
  -webkit-box-shadow: 1px 1px 3px 2px #272efc;
  box-shadow:         1px 1px 3px 2px #272efc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272efc


Comments

No comments written yet.

Please login to write comment.