Color Hex Logo

#351248 Color Hex

#351248
(53,18,72)
0 Favorites   0 Comments

Color spaces of #351248

RGB 531872
HSL0.770.600.18
HSV279°75°28°
CMYK 0.260.750.00   0.72
XYZ2.85421.65746.3004
Yxy1.65740.26400.1533
Hunter Lab12.874017.0444-20.0041
CIE-Lab13.575627.9312-26.3645

#351248 color RGB value is (53,18,72).

#351248 hex color red value is 53, green value is 18 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #351248 hue: 0.77 , saturation: 0.60 and the lightness value of 351248 is 0.18.

The process color (four color CMYK) of #351248 color hex is 0.26, 0.75, 0.00, 0.72. Web safe color of #351248 is #330033. Color #351248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010010 01001000
Octal 65 22 110
Decimal 53 18 72
Hex 35 12 48

RGB Percentages of Color #351248

%37.06
%12.59
%50.35

CMYK Percentages of Color #351248

%26
%75
%0
%72

Triadic Colors of #351248

#351248 #483512 #124835

Analogous Colors of #351248

#351248 #481240 #1a1248

Monochromatic Colors of #351248

#351248

Complementary Color

#351248 #254812

#351248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351248 Color CSS Codes

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

#351248 Text Font Color

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

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


#351248 Background Color

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

This div background color is #351248


#351248 Border Color

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

This div border color is #351248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351248


Comments

No comments written yet.

Please login to write comment.