Color Hex Logo

#270058 Color Hex

#270058
(39,0,88)
0 Favorites   0 Comments

Color spaces of #270058

RGB 39088
HSL0.741.000.17
HSV267°100°35°
CMYK 0.561.000.00   0.65
XYZ2.59821.13599.3148
Yxy1.13590.19910.0870
Hunter Lab10.657924.8639-44.3580
CIE-Lab10.075838.2238-43.1671

#270058 color RGB value is (39,0,88).

#270058 hex color red value is 39, green value is 0 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #270058 hue: 0.74 , saturation: 1.00 and the lightness value of 270058 is 0.17.

The process color (four color CMYK) of #270058 color hex is 0.56, 1.00, 0.00, 0.65. Web safe color of #270058 is #330066. Color #270058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00000000 01011000
Octal 47 0 130
Decimal 39 0 88
Hex 27 0 58

RGB Percentages of Color #270058

%30.71
%0.00
%69.29

CMYK Percentages of Color #270058

%56
%100
%0
%65

Triadic Colors of #270058

#270058 #582700 #005827

Analogous Colors of #270058

#270058 #530058 #000558

Monochromatic Colors of #270058

#270058

Complementary Color

#270058 #315800

#270058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#270058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#270058 Color CSS Codes

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

#270058 Text Font Color

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

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


#270058 Background Color

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

This div background color is #270058


#270058 Border Color

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

This div border color is #270058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,0,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #270058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #270058;
  -webkit-box-shadow: 1px 1px 3px 2px #270058;
  box-shadow:         1px 1px 3px 2px #270058; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #270058


Comments

No comments written yet.

Please login to write comment.