Color Hex Logo

#27355b Color Hex

#27355B
(39,53,91)
0 Favorites   0 Comments

Color spaces of #27355b

RGB 395391
HSL0.620.400.25
HSV224°57°36°
CMYK 0.570.420.00   0.64
XYZ3.99813.732910.4073
Yxy3.73290.22040.2058
Hunter Lab19.32073.1264-18.4127
CIE-Lab22.76806.7867-24.6028

#27355b color RGB value is (39,53,91).

#27355b hex color red value is 39, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #27355b hue: 0.62 , saturation: 0.40 and the lightness value of 27355b is 0.25.

The process color (four color CMYK) of #27355b color hex is 0.57, 0.42, 0.00, 0.64. Web safe color of #27355b is #333366. Color #27355b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00110101 01011011
Octal 47 65 133
Decimal 39 53 91
Hex 27 35 5B

RGB Percentages of Color #27355b

%21.31
%28.96
%49.73

CMYK Percentages of Color #27355b

%57
%42
%0
%64

Triadic Colors of #27355b

#27355b #5b2735 #355b27

Analogous Colors of #27355b

#27355b #33275b #274f5b

Monochromatic Colors of #27355b

#27355b

Complementary Color

#27355b #5b4d27

#27355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#27355b Color CSS Codes

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

#27355b Text Font Color

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

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


#27355b Background Color

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

This div background color is #27355b


#27355b Border Color

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

This div border color is #27355b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,53,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27355b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27355b;
  -webkit-box-shadow: 1px 1px 3px 2px #27355b;
  box-shadow:         1px 1px 3px 2px #27355b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27355b


Comments

No comments written yet.

Please login to write comment.