Color Hex Logo

#27207b Color Hex

#27207B
(39,32,123)
0 Favorites   0 Comments

Color spaces of #27207b

RGB 3932123
HSL0.680.590.30
HSV245°74°48°
CMYK 0.680.740.00   0.52
XYZ4.92842.894419.0378
Yxy2.89440.18350.1078
Hunter Lab17.012921.9362-54.4376
CIE-Lab19.615932.9317-50.4294

#27207b color RGB value is (39,32,123).

#27207b hex color red value is 39, green value is 32 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #27207b hue: 0.68 , saturation: 0.59 and the lightness value of 27207b is 0.30.

The process color (four color CMYK) of #27207b color hex is 0.68, 0.74, 0.00, 0.52. Web safe color of #27207b is #333366. Color #27207b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100000 01111011
Octal 47 40 173
Decimal 39 32 123
Hex 27 20 7B

RGB Percentages of Color #27207b

%20.10
%16.49
%63.40

CMYK Percentages of Color #27207b

%68
%74
%0
%52

Triadic Colors of #27207b

#27207b #7b2720 #207b27

Analogous Colors of #27207b

#27207b #55207b #20467b

Monochromatic Colors of #27207b

#27207b

Complementary Color

#27207b #747b20

#27207b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27207b Color Preview on White Background

Lorem ipsum dolor sit amet.

#27207b Color CSS Codes

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

#27207b Text Font Color

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

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


#27207b Background Color

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

This div background color is #27207b


#27207b Border Color

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

This div border color is #27207b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27207b


Comments

No comments written yet.

Please login to write comment.