Color Hex Logo

#350258 Color Hex

#350258
(53,2,88)
0 Favorites   0 Comments

Color spaces of #350258

RGB 53288
HSL0.770.960.18
HSV276°98°35°
CMYK 0.400.980.00   0.65
XYZ3.25141.50499.3516
Yxy1.50490.23050.1067
Hunter Lab12.267425.8422-36.6102
CIE-Lab12.639238.8660-38.8634

#350258 color RGB value is (53,2,88).

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

The process color (four color CMYK) of #350258 color hex is 0.40, 0.98, 0.00, 0.65. Web safe color of #350258 is #330066. Color #350258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 01011000
Octal 65 2 130
Decimal 53 2 88
Hex 35 2 58

RGB Percentages of Color #350258

%37.06
%1.40
%61.54

CMYK Percentages of Color #350258

%40
%98
%0
%65

Triadic Colors of #350258

#350258 #583502 #025835

Analogous Colors of #350258

#350258 #580250 #0a0258

Monochromatic Colors of #350258

#350258

Complementary Color

#350258 #255802

#350258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350258 Color CSS Codes

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

#350258 Text Font Color

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

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


#350258 Background Color

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

This div background color is #350258


#350258 Border Color

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

This div border color is #350258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350258


Comments

No comments written yet.

Please login to write comment.