Color Hex Logo

#3512cd Color Hex

#3512CD
(53,18,205)
0 Favorites   0 Comments

Color spaces of #3512cd

RGB 5318205
HSL0.700.840.44
HSV251°91°80°
CMYK 0.740.910.00   0.20
XYZ12.70395.597358.1684
Yxy5.59730.16610.0732
Hunter Lab23.658654.4461-129.2127
CIE-Lab28.372964.3820-85.7778

#3512cd color RGB value is (53,18,205).

#3512cd hex color red value is 53, green value is 18 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3512cd hue: 0.70 , saturation: 0.84 and the lightness value of 3512cd is 0.44.

The process color (four color CMYK) of #3512cd color hex is 0.74, 0.91, 0.00, 0.20. Web safe color of #3512cd is #3300cc. Color #3512cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010010 11001101
Octal 65 22 315
Decimal 53 18 205
Hex 35 12 CD

RGB Percentages of Color #3512cd

%19.20
%6.52
%74.28

CMYK Percentages of Color #3512cd

%74
%91
%0
%20

Triadic Colors of #3512cd

#3512cd #cd3512 #12cd35

Analogous Colors of #3512cd

#3512cd #9312cd #124ccd

Monochromatic Colors of #3512cd

#3512cd

Complementary Color

#3512cd #aacd12

#3512cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3512cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3512cd Color CSS Codes

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

#3512cd Text Font Color

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

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


#3512cd Background Color

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

This div background color is #3512cd


#3512cd Border Color

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

This div border color is #3512cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3512cd


Comments

No comments written yet.

Please login to write comment.