Color Hex Logo

#271252 Color Hex

#271252
(39,18,82)
0 Favorites   0 Comments

Color spaces of #271252

RGB 391882
HSL0.720.640.20
HSV260°78°32°
CMYK 0.520.780.00   0.68
XYZ2.57601.47318.1312
Yxy1.47310.21150.1209
Hunter Lab12.137116.6451-31.2250
CIE-Lab12.436027.6203-35.1949

#271252 color RGB value is (39,18,82).

#271252 hex color red value is 39, green value is 18 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #271252 hue: 0.72 , saturation: 0.64 and the lightness value of 271252 is 0.20.

The process color (four color CMYK) of #271252 color hex is 0.52, 0.78, 0.00, 0.68. Web safe color of #271252 is #330066. Color #271252 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010010 01010010
Octal 47 22 122
Decimal 39 18 82
Hex 27 12 52

RGB Percentages of Color #271252

%28.06
%12.95
%58.99

CMYK Percentages of Color #271252

%52
%78
%0
%68

Triadic Colors of #271252

#271252 #522712 #125227

Analogous Colors of #271252

#271252 #471252 #121d52

Monochromatic Colors of #271252

#271252

Complementary Color

#271252 #3d5212

#271252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271252 Color CSS Codes

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

#271252 Text Font Color

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

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


#271252 Background Color

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

This div background color is #271252


#271252 Border Color

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

This div border color is #271252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271252


Comments

No comments written yet.

Please login to write comment.