Color Hex Logo

#3700cd Color Hex

#3700CD
(55,0,205)
0 Favorites   0 Comments

Color spaces of #3700cd

RGB 550205
HSL0.711.000.40
HSV256°100°80°
CMYK 0.731.000.00   0.20
XYZ12.59505.220058.1013
Yxy5.22000.16590.0688
Hunter Lab22.847358.4186-134.7828
CIE-Lab27.352668.0473-87.4745

#3700cd color RGB value is (55,0,205).

#3700cd hex color red value is 55, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3700cd hue: 0.71 , saturation: 1.00 and the lightness value of 3700cd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000000 11001101
Octal 67 0 315
Decimal 55 0 205
Hex 37 0 CD

RGB Percentages of Color #3700cd

%21.15
%0.00
%78.85

CMYK Percentages of Color #3700cd

%73
%100
%0
%20

Triadic Colors of #3700cd

#3700cd #cd3700 #00cd37

Analogous Colors of #3700cd

#3700cd #9e00cd #0030cd

Monochromatic Colors of #3700cd

#3700cd

Complementary Color

#3700cd #96cd00

#3700cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3700cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3700cd Color CSS Codes

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

#3700cd Text Font Color

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

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


#3700cd Background Color

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

This div background color is #3700cd


#3700cd Border Color

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

This div border color is #3700cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,0,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 #3700cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3700cd


Comments

No comments written yet.

Please login to write comment.