Color Hex Logo

#351cdd Color Hex

#351CDD
(53,28,221)
0 Favorites   0 Comments

Color spaces of #351cdd

RGB 5328221
HSL0.690.780.49
HSV248°87°87°
CMYK 0.760.870.00   0.13
XYZ14.93466.807868.9335
Yxy6.80780.16470.0751
Hunter Lab26.091856.5106-138.3778
CIE-Lab31.365365.6474-90.0686

#351cdd color RGB value is (53,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011100 11011101
Octal 65 34 335
Decimal 53 28 221
Hex 35 1C DD

RGB Percentages of Color #351cdd

%17.55
%9.27
%73.18

CMYK Percentages of Color #351cdd

%76
%87
%0
%13

Triadic Colors of #351cdd

#351cdd #dd351c #1cdd35

Analogous Colors of #351cdd

#351cdd #961cdd #1c64dd

Monochromatic Colors of #351cdd

#351cdd

Complementary Color

#351cdd #c4dd1c

#351cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#351cdd Color CSS Codes

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

#351cdd Text Font Color

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

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


#351cdd Background Color

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

This div background color is #351cdd


#351cdd Border Color

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

This div border color is #351cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351cdd


Comments

No comments written yet.

Please login to write comment.