Color Hex Logo

#351cff Color Hex

#351CFF
(53,28,255)
0 Favorites   0 Comments

Color spaces of #351cff

RGB 5328255
HSL0.691.000.55
HSV247°89°100°
CMYK 0.790.890.00   0.00
XYZ19.93358.807495.2571
Yxy8.80740.16080.0710
Hunter Lab29.677367.9589-169.5330
CIE-Lab35.610874.6048-102.2986

#351cff color RGB value is (53,28,255).

#351cff hex color red value is 53, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #351cff hue: 0.69 , saturation: 1.00 and the lightness value of 351cff is 0.55.

The process color (four color CMYK) of #351cff color hex is 0.79, 0.89, 0.00, 0.00. Web safe color of #351cff is #3333ff. Color #351cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011100 11111111
Octal 65 34 377
Decimal 53 28 255
Hex 35 1C FF

RGB Percentages of Color #351cff

%15.77
%8.33
%75.89

CMYK Percentages of Color #351cff

%79
%89
%0
%0

Triadic Colors of #351cff

#351cff #ff351c #1cff35

Analogous Colors of #351cff

#351cff #a71cff #1c75ff

Monochromatic Colors of #351cff

#351cff

Complementary Color

#351cff #e6ff1c

#351cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#351cff Color CSS Codes

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

#351cff Text Font Color

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

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


#351cff Background Color

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

This div background color is #351cff


#351cff Border Color

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

This div border color is #351cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351cff

Related Colors


Comments

No comments written yet.

Please login to write comment.