Color Hex Logo

#27309d Color Hex

#27309D
(39,48,157)
0 Favorites   0 Comments

Color spaces of #27309d

RGB 3948157
HSL0.650.600.38
HSV235°75°62°
CMYK 0.750.690.00   0.38
XYZ7.97954.979632.4389
Yxy4.97960.17580.1097
Hunter Lab22.315024.7775-70.5682
CIE-Lab26.676634.9846-59.9968

#27309d color RGB value is (39,48,157).

#27309d hex color red value is 39, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #27309d hue: 0.65 , saturation: 0.60 and the lightness value of 27309d is 0.38.

The process color (four color CMYK) of #27309d color hex is 0.75, 0.69, 0.00, 0.38. Web safe color of #27309d is #333399. Color #27309d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00110000 10011101
Octal 47 60 235
Decimal 39 48 157
Hex 27 30 9D

RGB Percentages of Color #27309d

%15.98
%19.67
%64.34

CMYK Percentages of Color #27309d

%75
%69
%0
%38

Triadic Colors of #27309d

#27309d #9d2730 #309d27

Analogous Colors of #27309d

#27309d #59279d #276b9d

Monochromatic Colors of #27309d

#27309d

Complementary Color

#27309d #9d9427

#27309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#27309d Color CSS Codes

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

#27309d Text Font Color

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

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


#27309d Background Color

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

This div background color is #27309d


#27309d Border Color

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

This div border color is #27309d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,48,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27309d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27309d;
  -webkit-box-shadow: 1px 1px 3px 2px #27309d;
  box-shadow:         1px 1px 3px 2px #27309d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27309d


Comments

No comments written yet.

Please login to write comment.