Color Hex Logo

#351267 Color Hex

#351267
(53,18,103)
0 Favorites   0 Comments

Color spaces of #351267

RGB 5318103
HSL0.740.700.24
HSV265°83°40°
CMYK 0.490.830.00   0.60
XYZ4.13272.168813.0328
Yxy2.16880.21370.1122
Hunter Lab14.726824.3193-42.1610
CIE-Lab16.349336.3836-42.7904

#351267 color RGB value is (53,18,103).

#351267 hex color red value is 53, green value is 18 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #351267 hue: 0.74 , saturation: 0.70 and the lightness value of 351267 is 0.24.

The process color (four color CMYK) of #351267 color hex is 0.49, 0.83, 0.00, 0.60. Web safe color of #351267 is #330066. Color #351267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010010 01100111
Octal 65 22 147
Decimal 53 18 103
Hex 35 12 67

RGB Percentages of Color #351267

%30.46
%10.34
%59.20

CMYK Percentages of Color #351267

%49
%83
%0
%60

Triadic Colors of #351267

#351267 #673512 #126735

Analogous Colors of #351267

#351267 #5f1267 #121a67

Monochromatic Colors of #351267

#351267

Complementary Color

#351267 #446712

#351267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351267 Color CSS Codes

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

#351267 Text Font Color

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

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


#351267 Background Color

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

This div background color is #351267


#351267 Border Color

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

This div border color is #351267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351267


Comments

No comments written yet.

Please login to write comment.