Color Hex Logo

#351adc Color Hex

#351ADC
(53,26,220)
0 Favorites   0 Comments

Color spaces of #351adc

RGB 5326220
HSL0.690.790.48
HSV248°88°86°
CMYK 0.760.880.00   0.14
XYZ14.75596.663068.2185
Yxy6.66300.16460.0743
Hunter Lab25.812856.8673-138.6237
CIE-Lab31.027166.0248-90.0559

#351adc color RGB value is (53,26,220).

#351adc hex color red value is 53, green value is 26 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #351adc hue: 0.69 , saturation: 0.79 and the lightness value of 351adc is 0.48.

The process color (four color CMYK) of #351adc color hex is 0.76, 0.88, 0.00, 0.14. Web safe color of #351adc is #3333cc. Color #351adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011010 11011100
Octal 65 32 334
Decimal 53 26 220
Hex 35 1A DC

RGB Percentages of Color #351adc

%17.73
%8.70
%73.58

CMYK Percentages of Color #351adc

%76
%88
%0
%14

Triadic Colors of #351adc

#351adc #dc351a #1adc35

Analogous Colors of #351adc

#351adc #961adc #1a60dc

Monochromatic Colors of #351adc

#351adc

Complementary Color

#351adc #c1dc1a

#351adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#351adc Color CSS Codes

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

#351adc Text Font Color

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

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


#351adc Background Color

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

This div background color is #351adc


#351adc Border Color

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

This div border color is #351adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351adc


Comments

No comments written yet.

Please login to write comment.